From f6e223c89540c6acc8a89244f050189f88ecfb78 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sun, 3 Apr 2016 10:58:44 +0200 Subject: wslua: Drop unused "push_code" macro parameter Reduce noise, no caller has used this parameter since its introduction. Msotly automated regex search and replace. Change-Id: I4b1180bfee8544b38d19c9c440ff5b9b0dc080b2 Reviewed-on: https://code.wireshark.org/review/14790 Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/wslua/wslua_dissector.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/wslua/wslua_dissector.c') diff --git a/epan/wslua/wslua_dissector.c b/epan/wslua/wslua_dissector.c index dbdf6e3956..0f0fe8ec14 100644 --- a/epan/wslua/wslua_dissector.c +++ b/epan/wslua/wslua_dissector.c @@ -38,7 +38,7 @@ /* WSLUA_CONTINUE_MODULE Proto */ -WSLUA_CLASS_DEFINE(Dissector,NOP,NOP); +WSLUA_CLASS_DEFINE(Dissector,NOP); /* A refererence to a dissector, used to call a dissector against a packet or a part of it. */ @@ -160,7 +160,7 @@ int Dissector_register(lua_State* L) { return 0; } -WSLUA_CLASS_DEFINE(DissectorTable,NOP,NOP); +WSLUA_CLASS_DEFINE(DissectorTable,NOP); /* A table of subdissectors of a particular protocol (e.g. TCP subdissectors like http, smtp, sip are added to table "tcp.port"). -- cgit v1.2.1