From f7a374aa6d2c3fcfa5bd5723f0afbc1e28f9b35a Mon Sep 17 00:00:00 2001 From: johnvg Date: Mon, 21 Nov 2005 11:19:13 +0000 Subject: remove function GetOptionsFromIclFile git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1564 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/mac_io.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'backendC/CleanCompilerSources') 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; -- cgit v1.2.3