diff options
Diffstat (limited to 'backendC/CleanCompilerSources')
-rw-r--r-- | backendC/CleanCompilerSources/version.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/backendC/CleanCompilerSources/version.c b/backendC/CleanCompilerSources/version.c index 6ba358c..b74fb35 100644 --- a/backendC/CleanCompilerSources/version.c +++ b/backendC/CleanCompilerSources/version.c @@ -1,7 +1,3 @@ #include "version.h" -#ifdef _WIN64 -int VERSION=919; -#else int VERSION=920; -#endif |