diff options
author | johnvg | 2005-11-21 11:19:13 +0000 |
---|---|---|
committer | johnvg | 2005-11-21 11:19:13 +0000 |
commit | f7a374aa6d2c3fcfa5bd5723f0afbc1e28f9b35a (patch) | |
tree | 2c253465fff7b20ebfb4dbfa75aa5b421985f216 /backendC | |
parent | check kinds of local functions, (diff) |
remove function GetOptionsFromIclFile
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1564 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC')
-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; |