From 5c49aeb1b032ab6de4c1bbf922c575d5665a7731 Mon Sep 17 00:00:00 2001 From: Thierry FOURNIER Date: Wed, 4 Mar 2015 16:46:37 +0100 Subject: [PATCH] MINOR: remove unused declaration. This declaration is removed in the patch 'Lua initialisation on demand". commit id 05ac42455fab8bba252bf124d6c450402429fd39 --- include/proto/hlua.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/proto/hlua.h b/include/proto/hlua.h index c8d1d3857..50d6aa333 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(); -- 2.47.3