aboutsummaryrefslogtreecommitdiffstats
path: root/tap-sctpchunkstat.c
diff options
context:
space:
mode:
authorlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>2005-04-13 23:05:41 +0000
committerlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>2005-04-13 23:05:41 +0000
commit1b132331790ff953cf25cc91b1caaf03d073fb4e (patch)
treecc8fea3c1dba3322772e1ea0f26db11e2b378fff /tap-sctpchunkstat.c
parent7281d80c1853c299c2f0fecb9ac1f9543742871a (diff)
Remove redundant definition of _need_var_import_
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14068 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-sctpchunkstat.c')
-rw-r--r--tap-sctpchunkstat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tap-sctpchunkstat.c b/tap-sctpchunkstat.c
index d928912c9d..83b8985a14 100644
--- a/tap-sctpchunkstat.c
+++ b/tap-sctpchunkstat.c
@@ -23,10 +23,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-/* With MSVC and a libethereal.dll this file needs to import some variables
- in a special way. Therefore _NEED_VAR_IMPORT_ is defined. */
-#define _NEED_VAR_IMPORT_
-
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif