X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclangcompiler.h;h=656b9d20dff4be43b2f8148eef5957fd3c9d50b4;hb=HEAD;hp=c848b758c13452857ea02989297e9ce64f0c071a;hpb=a4f02f02d4682c7f504e46ff2ce8f93035fd36dd;p=builder.git diff --git a/source/clangcompiler.h b/source/clangcompiler.h deleted file mode 100644 index c848b75..0000000 --- a/source/clangcompiler.h +++ /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