From f7bf32d989256c84cad99e568262d1674814e285 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 13 Apr 2008 15:28:09 +0200 Subject: [PATCH] fix unused variable --- lua/uci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/uci.c b/lua/uci.c index ce5c31e..f3e920e 100644 --- a/lua/uci.c +++ b/lua/uci.c @@ -103,7 +103,6 @@ uci_lua_load(lua_State *L) static int uci_lua_get(lua_State *L) { - struct uci_lua_context *f; struct uci_element *e = NULL; struct uci_package *p = NULL; char *package = NULL; -- 2.11.0