wslua: Drop unused "push_code" macro parameter
authorPeter Wu <peter@lekensteyn.nl>
Sun, 3 Apr 2016 08:58:44 +0000 (10:58 +0200)
committerAnders Broman <a.broman58@gmail.com>
Tue, 14 Jun 2016 18:32:51 +0000 (18:32 +0000)
commitf6e223c89540c6acc8a89244f050189f88ecfb78
treea6059a5891ec31a38d0aff006a9e52a12d3815e5
parentcecb227af5a0ea6eda2f62447a1ece148948912b
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@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
24 files changed:
epan/wslua/wslua.h
epan/wslua/wslua_address.c
epan/wslua/wslua_byte_array.c
epan/wslua/wslua_capture_info.c
epan/wslua/wslua_column.c
epan/wslua/wslua_dir.c
epan/wslua/wslua_dissector.c
epan/wslua/wslua_dumper.c
epan/wslua/wslua_field.c
epan/wslua/wslua_file.c
epan/wslua/wslua_file_handler.c
epan/wslua/wslua_frame_info.c
epan/wslua/wslua_gui.c
epan/wslua/wslua_int64.c
epan/wslua/wslua_listener.c
epan/wslua/wslua_nstime.c
epan/wslua/wslua_pinfo.c
epan/wslua/wslua_pref.c
epan/wslua/wslua_proto.c
epan/wslua/wslua_proto_expert.c
epan/wslua/wslua_proto_field.c
epan/wslua/wslua_struct.c
epan/wslua/wslua_tree.c
epan/wslua/wslua_tvb.c