From 7720ac9929090a733044383a7192227ea3e619aa Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 31 May 2012 12:46:09 +0000 Subject: Remove redundant code from the template. svn path=/trunk/; revision=42941 --- tools/wireshark_gen.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tools/wireshark_gen.py') 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 #include -#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) -- cgit v1.2.3