diff dmd/mars.h @ 277:90a8c798b0db trunk

[svn r298] Eliminated the dmd/link.c source file entirely in favor of a llvm::sys based approach to the same functionality.
author lindquist
date Fri, 20 Jun 2008 22:09:04 +0200
parents 21f85bac0b1a
children 2b72433d5c8c
line wrap: on
line diff
--- a/dmd/mars.h	Fri Jun 20 17:45:13 2008 +0200
+++ b/dmd/mars.h	Fri Jun 20 22:09:04 2008 +0200
@@ -304,15 +304,9 @@
 void verror(Loc loc, const char *format, va_list);
 void fatal();
 void err_nomem();
-//int runLINK(); // no longer used
-void deleteExeFile();
-int runProgram();
 void inifile(char *argv0, char *inifile);
 void halt();
 
-// LLVMDC
-int linkExecutable();
-
 /*** Where to send error messages ***/
 #if IN_GCC
 #define stdmsg stderr