All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 4/4] chunkd: Drop unused forward declaration
@ 2009-12-26  6:34 Pete Zaitcev
  2009-12-26  7:33 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Pete Zaitcev @ 2009-12-26  6:34 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Project Hail List

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>

---
 server/chunkd.h |    1 -
 1 file changed, 1 deletion(-)

commit 6fe147ad2f8833e162d92277ec6827520c5497ba
Author: Master <zaitcev@lembas.zaitcev.lan>
Date:   Fri Dec 25 23:18:50 2009 -0700

    Unused forward declaration, drop.

diff --git a/server/chunkd.h b/server/chunkd.h
index d0b0ea6..1d57f8e 100644
--- a/server/chunkd.h
+++ b/server/chunkd.h
@@ -52,7 +52,6 @@ enum {
 
 struct client;
 struct client_write;
-struct server_socket;
 
 typedef bool (*cli_evt_func)(struct client *, unsigned int);
 typedef bool (*cli_write_func)(struct client *, struct client_write *, bool);

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Patch 4/4] chunkd: Drop unused forward declaration
  2009-12-26  6:34 [Patch 4/4] chunkd: Drop unused forward declaration Pete Zaitcev
@ 2009-12-26  7:33 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2009-12-26  7:33 UTC (permalink / raw)
  To: Pete Zaitcev; +Cc: Project Hail List

On 12/26/2009 01:34 AM, Pete Zaitcev wrote:
> Signed-off-by: Pete Zaitcev<zaitcev@redhat.com>
>
> ---
>   server/chunkd.h |    1 -
>   1 file changed, 1 deletion(-)
>
> commit 6fe147ad2f8833e162d92277ec6827520c5497ba
> Author: Master<zaitcev@lembas.zaitcev.lan>
> Date:   Fri Dec 25 23:18:50 2009 -0700
>
>      Unused forward declaration, drop.

applied


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-26  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-26  6:34 [Patch 4/4] chunkd: Drop unused forward declaration Pete Zaitcev
2009-12-26  7:33 ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.