summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-02-04 21:29:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-02-04 21:29:44 (GMT)
commite11501e82c5daaf3f89f915d6df764823e9edb86 (patch)
tree27aa16db63221bf4c25fc159f185343f71c9d838 /unix/tclUnixInit.c
parent9901c4812ae35bda160641378fab124f87238b96 (diff)
downloadtcl-e11501e82c5daaf3f89f915d6df764823e9edb86.zip
tcl-e11501e82c5daaf3f89f915d6df764823e9edb86.tar.gz
tcl-e11501e82c5daaf3f89f915d6df764823e9edb86.tar.bz2
remove duplicate declaration
Diffstat (limited to 'unix/tclUnixInit.c')
-rw-r--r--unix/tclUnixInit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c
index 11a65707..7e0b19a 100644
--- a/unix/tclUnixInit.c
+++ b/unix/tclUnixInit.c
@@ -38,7 +38,6 @@ DLLIMPORT extern __stdcall void *LoadLibraryW(const void *);
DLLIMPORT extern __stdcall void FreeLibrary(void *);
DLLIMPORT extern __stdcall void *GetProcAddress(void *, const char *);
DLLIMPORT extern __stdcall void GetSystemInfo(void *);
-DLLIMPORT extern __stdcall void GetSystemInfo(void *);
#define NUMPLATFORMS 4
static const char *const platforms[NUMPLATFORMS] = {