]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: remove unused declaration.
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 4 Mar 2015 15:46:37 +0000 (16:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Mar 2015 16:58:52 +0000 (17:58 +0100)
This declaration is removed in the patch 'Lua initialisation on demand".
commit id 05ac42455fab8bba252bf124d6c450402429fd39

include/proto/hlua.h

index c8d1d3857739b2c8a4cf1dd32039de77a0ecc2d6..50d6aa333ecbda5167a8aa25231771914a13a5dd 100644 (file)
@@ -6,7 +6,6 @@
 #include <types/hlua.h>
 
 /* Lua HAProxy integration functions. */
-int hlua_ctx_init(struct hlua *lua, struct task *task);
 void hlua_ctx_destroy(struct hlua *lua);
 void hlua_init();
 int hlua_post_init();