diff options
Diffstat (limited to 'backendC/CleanCompilerSources/mac_io.c')
-rw-r--r-- | backendC/CleanCompilerSources/mac_io.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/backendC/CleanCompilerSources/mac_io.c b/backendC/CleanCompilerSources/mac_io.c index 47c21de..a81f885 100644 --- a/backendC/CleanCompilerSources/mac_io.c +++ b/backendC/CleanCompilerSources/mac_io.c @@ -1164,11 +1164,6 @@ void FWriteFileTime (FileTime file_time,File f) } #endif - -Bool GetOptionsFromIclFile (char *fname, CompilerOptions *opts) -{ - return False; -} /* GetOptionsFromIclFile */ void DoError (char *fmt, ...) { va_list args; |