MINOR: remove unused declaration.

This declaration is removed in the patch 'Lua initialisation on demand".
commit id 05ac42455f
This commit is contained in:
Thierry FOURNIER 2015-03-04 16:46:37 +01:00 committed by Willy Tarreau
parent 506e46c352
commit 5c49aeb1b0

View 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();