diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 13:25:57 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-16 16:28:01 +0100 |
commit | 79e28f8451ec737e3eb67c99d93d18a2ff923532 (patch) | |
tree | 93216f02c0373b4ecc95574fb8a178ac9aa4f99d /automation | |
parent | 87849a834e24a0c9e0b18478ebeb6e417a020ef9 (diff) |
Remove SCO support
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/testtool/objtest.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx index 25992c20a7aa..2bab11a27190 100644 --- a/automation/source/testtool/objtest.cxx +++ b/automation/source/testtool/objtest.cxx @@ -417,8 +417,6 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d abGP.Append( "502" ); // Windows on x64 #elif defined SOLARIS && defined SPARC abGP.Append( "01" ); // Solaris SPARC -#elif defined SCO - abGP.Append( "02" ); // SCO UNIX #elif defined LINUX && defined INTEL abGP.Append( "03" ); // Linux #elif defined AIX |