]> git.tdb.fi Git - builder.git/blobdiff - source/clangtools.h
Combine the gnu and clang toolchains into SystemToolchain
[builder.git] / source / clangtools.h
diff --git a/source/clangtools.h b/source/clangtools.h
deleted file mode 100644 (file)
index bdfa118..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef CLANGTOOLS_H_
-#define CLANGTOOLS_H_
-
-#include "toolchain.h"
-
-class ClangTools: public Toolchain
-{
-public:
-       ClangTools(Builder &, const Architecture &);
-};
-
-#endif