]> git.tdb.fi Git - builder.git/blobdiff - source/gnuccompiler.h
Collapse the language-specific compilers into a single class
[builder.git] / source / gnuccompiler.h
diff --git a/source/gnuccompiler.h b/source/gnuccompiler.h
deleted file mode 100644 (file)
index c0b5701..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef GNUCCOMPILER_H_
-#define GNUCCOMPILER_H_
-
-#include "gnucompiler.h"
-
-/**
-The GNU C compiler, commonly known as gcc.
-*/
-class GnuCCompiler: public GnuCompiler
-{
-public:
-       GnuCCompiler(Builder &, const Architecture &, const Msp::FS::Path & = Msp::FS::Path());
-
-       virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
-       virtual Target *create_source(const Msp::FS::Path &) const;
-};
-
-#endif