]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.h
Interrogate the compiler for the system path
[builder.git] / source / gnucompiler.h
index 0eb25d08c155ee836a575ca2d3d915a370c80efe..4b82e6f4f7ad30d47c8a9b0e5e7eadb53f931b76 100644 (file)
@@ -12,9 +12,6 @@ appropriate type.
 */
 class GnuCompiler: public Tool
 {
-protected:
-       std::string version;
-
 public:
        GnuCompiler(Builder &, const Architecture &, const std::string &, const Msp::FS::Path & = Msp::FS::Path());