]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.h
It's no longer necessary to store the name in GnuCompiler
[builder.git] / source / gnucompiler.h
index 127f32e9bf81b44dfa27aaa2e789d33f7df13b6b..d09cb9ad46b398103826ea8268751622b89189b4 100644 (file)
@@ -6,8 +6,6 @@
 class GnuCompiler: public Tool
 {
 protected:
-       std::string name;
-
        GnuCompiler(Builder &, const std::string &, const std::string &);
 
 public: