From: Peter Somogyi Date: Fri, 20 Apr 2007 14:22:57 +0000 (+0200) Subject: removing my dirt from tridge's code X-Git-Tag: tevent-0.9.20~348^2~2842^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=981a5f9d3094133e29c331a590d19de25e1c4d39;p=thirdparty%2Fsamba.git removing my dirt from tridge's code (this change wasn't necessary) (This used to be ctdb commit 217d996abdafe91c2f51d9d486d95a6607b56285) --- diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index cf6d24cc411..7e6707f5545 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -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 */