aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/make-reg.pl
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wslua/make-reg.pl')
-rwxr-xr-xepan/wslua/make-reg.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/wslua/make-reg.pl b/epan/wslua/make-reg.pl
index 683ceaf5c1..12975caba2 100755
--- a/epan/wslua/make-reg.pl
+++ b/epan/wslua/make-reg.pl
@@ -87,8 +87,6 @@ for (@classes) {
print C "\twslua_reg_module(L, \"${_}\", ${_}_register);\n";
}
print C "\twslua_reg_module(L, \"bit\", luaopen_bit);\n";
-# the bitops library returns a value on the stack - get rid of it
-print C "\tlua_pop(L,1);\n";
print C "\twslua_reg_module(L, \"GRegex\", luaopen_rex_glib);\n";
print C "}\n\n";