diff options
| author | Donald Lee <dlqs@gmx.com> | 2021-08-10 04:39:15 +0800 |
|---|---|---|
| committer | Quentin Young <qlyoung@qlyoung.net> | 2023-11-20 20:45:02 -0500 |
| commit | ac91b343d635f056e8de47224719ed6218e79dfb (patch) | |
| tree | 2ddd0b64e447ca38d92c331c6ea60d14040f1f69 /lib/frrlua.h | |
| parent | ac3fdc60df78cb2b301943e6fdf78b5efe9df66a (diff) | |
lib: Remove old noop decoders
Co-authored-by: Quentin Young <qlyoung@qlyoung.net>
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
Signed-off-by: Donald Lee <dlqs@gmx.com>
Diffstat (limited to 'lib/frrlua.h')
| -rw-r--r-- | lib/frrlua.h | 7 |
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 |
