[project @ 2002-07-08 14:38:26 by simonpj]
authorsimonpj <unknown>
Mon, 8 Jul 2002 14:38:26 +0000 (14:38 +0000)
committersimonpj <unknown>
Mon, 8 Jul 2002 14:38:26 +0000 (14:38 +0000)
Remove duplicate line in Linker.c

*** MERGE TO STABLE BRANCH ***

ghc/rts/Linker.c

index 9ccd9a6..5c0ea52 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Linker.c,v 1.97 2002/07/02 10:22:13 wolfgang Exp $
+ * $Id: Linker.c,v 1.98 2002/07/08 14:38:26 simonpj Exp $
  *
  * (c) The GHC Team, 2000, 2001
  *
@@ -210,7 +210,6 @@ typedef struct _RtsSymbolVal {
    executable, so we have to employ this hack. */
 #define RTS_MINGW_ONLY_SYMBOLS                  \
       SymX(memset)                              \
-      SymX(memset)                              \
       SymX(inet_ntoa)                           \
       SymX(inet_addr)                           \
       SymX(htonl)                               \