aboutsummaryrefslogtreecommitdiffstats
path: root/tools/wireshark_gen.py
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-05-31 12:46:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-05-31 12:46:09 +0000
commit7720ac9929090a733044383a7192227ea3e619aa (patch)
tree4582f006a1984835d6efdfb8e49483e6f7991476 /tools/wireshark_gen.py
parent4d1abc7bbbe397c440924cd09ff7ff61e5366291 (diff)
Remove redundant code from the template.
svn path=/trunk/; revision=42941
Diffstat (limited to 'tools/wireshark_gen.py')
-rwxr-xr-xtools/wireshark_gen.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/wireshark_gen.py b/tools/wireshark_gen.py
index 64c66c44f8..3f4670f8e5 100755
--- a/tools/wireshark_gen.py
+++ b/tools/wireshark_gen.py
@@ -2051,7 +2051,7 @@ for (i_@aname@=0; i_@aname@ < @aval@; i_@aname@++) {
/*
* Wireshark - Network traffic analyzer
* By Gerald Combs
- * Copyright 1999 - 2006 Gerald Combs
+ * Copyright 1999 - 2012 Gerald Combs
*/
static int hf_operationrequest = -1;/* Request_Operation field */
@@ -2101,10 +2101,6 @@ static int hf_operationrequest = -1;/* Request_Operation field */
#include <epan/proto.h>
#include <epan/dissectors/packet-giop.h>
-#ifndef ENABLE_STATIC
-G_MODULE_EXPORT const gchar version[] = "0.0.1";
-#endif
-
#ifdef _MSC_VER
/* disable warning: "unreference local variable" */
#pragma warning(disable:4101)