summaryrefslogtreecommitdiff
path: root/lib/frrlua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/frrlua.h')
-rw-r--r--lib/frrlua.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/frrlua.h b/lib/frrlua.h
index d248312d62..61fab328fe 100644
--- a/lib/frrlua.h
+++ b/lib/frrlua.h
@@ -144,13 +144,6 @@ void lua_decode_stringp(lua_State *L, int idx, char *str);
void *lua_tostringp(lua_State *L, int idx);
/*
- * No-op decoders
- */
-void lua_decode_noop(lua_State *L, int idx, const void *ptr);
-
-void lua_decode_integer_noop(lua_State *L, int idx, int i);
-
-/*
* Retrieve an integer from table on the top of the stack.
*
* key