-fno-code shouldn't be a mode.
[ghc-hetmet.git] / ghc / includes / Linker.h
index 7a6cd22..bb1a4c2 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Linker.h,v 1.3 2001/07/23 10:43:18 simonmar Exp $
  *
  * (c) The GHC Team, 2000
  *
@@ -26,6 +25,6 @@ HsInt loadObj( char *path );
 HsInt resolveObjs( void );
 
 /* load a dynamic library */
-char *addDLL( char* path, char* dll_name );
+char *addDLL( char* dll_name );
 
 #endif /* LINKER_H */