summaryrefslogtreecommitdiff
path: root/lib/frrscript.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2023-08-01 23:52:56 -0500
committerGitHub <noreply@github.com>2023-08-01 23:52:56 -0500
commitec8ae8f093d34a7236774ddf914b6edb205fe526 (patch)
tree135b60e06122d220cfd2c93f44c8201ae02e918e /lib/frrscript.c
parent5da58d355a094100ddedb861aa5555be8a4ea1bf (diff)
parent27dbf81a7375ccb352a35261c6c9ee3aa3fcb98f (diff)
Merge pull request #14125 from opensourcerouting/fix/drop_unused_lua_stuff
lib: Do not use time_t as a special Lua encoder/decoder
Diffstat (limited to 'lib/frrscript.c')
-rw-r--r--lib/frrscript.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/frrscript.c b/lib/frrscript.c
index 1b99c7e2c6..50410fb58b 100644
--- a/lib/frrscript.c
+++ b/lib/frrscript.c
@@ -133,9 +133,6 @@ struct frrscript_codec frrscript_codecs_lib[] = {
{.typename = "sockunion",
.encoder = (encoder_func)lua_pushsockunion,
.decoder = lua_tosockunion},
- {.typename = "time_t",
- .encoder = (encoder_func)lua_pushtimet,
- .decoder = lua_totimet},
{}};
/* Type codecs */