projects
/
project
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66311de
)
fix unused variable
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Apr 2008 13:28:09 +0000
(15:28 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Apr 2008 13:28:09 +0000
(15:28 +0200)
lua/uci.c
patch
|
blob
|
history
diff --git
a/lua/uci.c
b/lua/uci.c
index ce5c31e1372d98586a1b4ebaaa7fec16640a4679..f3e920e25a89f5f5edd417c0a7e6bdd09ccfeca9 100644
(file)
--- 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;