From: Thierry FOURNIER Date: Wed, 4 Mar 2015 15:46:37 +0000 (+0100) Subject: MINOR: remove unused declaration. X-Git-Tag: v1.6-dev1~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c49aeb1b032ab6de4c1bbf922c575d5665a7731;p=thirdparty%2Fhaproxy.git MINOR: remove unused declaration. This declaration is removed in the patch 'Lua initialisation on demand". commit id 05ac42455fab8bba252bf124d6c450402429fd39 --- diff --git a/include/proto/hlua.h b/include/proto/hlua.h index c8d1d38577..50d6aa333e 100644 --- a/include/proto/hlua.h +++ b/include/proto/hlua.h @@ -6,7 +6,6 @@ #include /* 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();