]> git.tdb.fi Git - builder.git/blobdiff - source/clangcompiler.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / clangcompiler.h
diff --git a/source/clangcompiler.h b/source/clangcompiler.h
deleted file mode 100644 (file)
index c848b75..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef CLANGCOMPILER_H_
-#define CLANGCOMPILER_H_
-
-#include "gnucompiler.h"
-
-class ClangCompiler: public GnuCompiler
-{
-public:
-       ClangCompiler(Builder &, const Architecture &, const std::string &, const Msp::FS::Path & = Msp::FS::Path());
-};
-
-#endif