]> git.tdb.fi Git - builder.git/blobdiff - source/gnuobjccompiler.h
Collapse the language-specific compilers into a single class
[builder.git] / source / gnuobjccompiler.h
diff --git a/source/gnuobjccompiler.h b/source/gnuobjccompiler.h
deleted file mode 100644 (file)
index d82da03..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef GNUOBJCCOMPILER_H_
-#define GNUOBJCCOMPILER_H_
-
-#include "gnucompiler.h"
-
-class GnuObjCCompiler: public GnuCompiler
-{
-public:
-       GnuObjCCompiler(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