summaryrefslogtreecommitdiff
path: root/lib/frrlua.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/frrlua.c')
-rw-r--r--lib/frrlua.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/frrlua.c b/lib/frrlua.c
index e626efe20b..720e95491a 100644
--- a/lib/frrlua.c
+++ b/lib/frrlua.c
@@ -346,21 +346,6 @@ void *lua_tostringp(lua_State *L, int idx)
}
/*
- * Decoder for const values, since we cannot modify them.
- */
-void lua_decode_noop(lua_State *L, int idx, const void *ptr)
-{
-}
-
-
-/*
- * Noop decoder for int.
- */
-void lua_decode_integer_noop(lua_State *L, int idx, int i)
-{
-}
-
-/*
* Logging.
*
* Lua-compatible wrappers for FRR logging functions.