aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/windows_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'backendC/CleanCompilerSources/windows_io.c')
-rw-r--r--backendC/CleanCompilerSources/windows_io.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/backendC/CleanCompilerSources/windows_io.c b/backendC/CleanCompilerSources/windows_io.c
index e6d9783..932dca7 100644
--- a/backendC/CleanCompilerSources/windows_io.c
+++ b/backendC/CleanCompilerSources/windows_io.c
@@ -35,17 +35,10 @@ char *GetFileExtension (FileKind kind)
return ".dcl";
case hsFile:
return ".hs";
- case dumpFile:
- return ".dmp";
- case statFile:
- return ".stt";
- case stasFile:
- return ".str";
case assFile:
return ".a";
case sunAssFile:
return ".s";
- case helpFile:
case applFile:
case otherFile:
default: