]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / gnucompiler.h
diff --git a/source/gnucompiler.h b/source/gnucompiler.h
deleted file mode 100644 (file)
index 127f32e..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef GNUCOMPILER_H_
-#define GNUCOMPILER_H_
-
-#include "tool.h"
-
-class GnuCompiler: public Tool
-{
-protected:
-       std::string name;
-
-       GnuCompiler(Builder &, const std::string &, const std::string &);
-
-public:
-       virtual Target *create_target(const std::list<Target *> &, const std::string &) const;
-       virtual Task *run(const Target &) const;
-};
-
-#endif