URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f6e223c89540c6acc8a89244f050189f88ecfb78
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f6e223c by Peter Wu (peter@xxxxxxxxxxxxx):
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 <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from cecb227 Add dissector for Real Time Location System (RTLS)
adds f6e223c wslua: Drop unused "push_code" macro parameter
Summary of changes:
epan/wslua/wslua.h | 7 +++----
epan/wslua/wslua_address.c | 2 +-
epan/wslua/wslua_byte_array.c | 2 +-
epan/wslua/wslua_capture_info.c | 4 ++--
epan/wslua/wslua_column.c | 4 ++--
epan/wslua/wslua_dir.c | 2 +-
epan/wslua/wslua_dissector.c | 4 ++--
epan/wslua/wslua_dumper.c | 4 ++--
epan/wslua/wslua_field.c | 4 ++--
epan/wslua/wslua_file.c | 2 +-
epan/wslua/wslua_file_handler.c | 2 +-
epan/wslua/wslua_frame_info.c | 4 ++--
epan/wslua/wslua_gui.c | 4 ++--
epan/wslua/wslua_int64.c | 4 ++--
epan/wslua/wslua_listener.c | 2 +-
epan/wslua/wslua_nstime.c | 2 +-
epan/wslua/wslua_pinfo.c | 4 ++--
epan/wslua/wslua_pref.c | 4 ++--
epan/wslua/wslua_proto.c | 2 +-
epan/wslua/wslua_proto_expert.c | 2 +-
epan/wslua/wslua_proto_field.c | 2 +-
epan/wslua/wslua_struct.c | 2 +-
epan/wslua/wslua_tree.c | 2 +-
epan/wslua/wslua_tvb.c | 4 ++--
24 files changed, 37 insertions(+), 38 deletions(-)