summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tests/CMakeLib/run_compile_commands.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/CMakeLib/run_compile_commands.cxx b/Tests/CMakeLib/run_compile_commands.cxx
index 31049d3..d7422a8 100644
--- a/Tests/CMakeLib/run_compile_commands.cxx
+++ b/Tests/CMakeLib/run_compile_commands.cxx
@@ -5,7 +5,6 @@ public:
class CommandType: public std::map<cmStdString, cmStdString>
{
public:
-#if defined(__GNUC__) && __GNUC__ == 3 && __GNUC_MINOR__ < 4
cmStdString const& at(cmStdString const& k) const
{
const_iterator i = this->find(k);
@@ -13,7 +12,6 @@ public:
static cmStdString empty;
return empty;
}
-#endif
};
typedef std::vector<CommandType> TranslationUnitsType;