]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
removing my dirt from tridge's code
authorPeter Somogyi <psomogyi@gamax.hu>
Fri, 20 Apr 2007 14:22:57 +0000 (16:22 +0200)
committerPeter Somogyi <psomogyi@gamax.hu>
Fri, 20 Apr 2007 14:22:57 +0000 (16:22 +0200)
(this change wasn't necessary)

(This used to be ctdb commit 217d996abdafe91c2f51d9d486d95a6607b56285)

ctdb/include/ctdb_private.h

index cf6d24cc411d86be040e1ebc21d8555fc5ba8a0e..7e6707f554574b89eafa9620e3ff35b67728bcc4 100644 (file)
@@ -363,11 +363,6 @@ int ctdbd_start(struct ctdb_context *ctdb);
 struct ctdb_call_state *ctdbd_call_send(struct ctdb_db_context *ctdb_db, struct ctdb_call *call);
 int ctdbd_call_recv(struct ctdb_call_state *state, struct ctdb_call *call);
 
-/*
-  allocate a packet for sending via queue
-*/
-void *ctdb_queue_allocate_pkt(TALLOC_CTX *mem_ctx, size_t size);
-
 /*
   queue a packet for sending
 */