]> git.tdb.fi Git - builder.git/blobdiff - source/clangtools.h
Rearrange sources into subdirectories
[builder.git] / source / clangtools.h
diff --git a/source/clangtools.h b/source/clangtools.h
deleted file mode 100644 (file)
index 9faaf1a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef CLANGTOOLS_H_
-#define CLANGTOOLS_H_
-
-#include "toolchain.h"
-
-class Architecture;
-class Builder;
-
-class ClangTools: public Toolchain
-{
-public:
-       ClangTools(Builder &, const Architecture &);
-
-       static int get_priority(const Architecture &);
-};
-
-#endif