]> git.tdb.fi Git - builder.git/blobdiff - source/compile.h
Big rewrite for a more tool-centric approach
[builder.git] / source / compile.h
diff --git a/source/compile.h b/source/compile.h
deleted file mode 100644 (file)
index 5b55c4e..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef COMPILE_H_
-#define COMPILE_H_
-
-#include <msp/fs/path.h>
-#include "externalaction.h"
-
-class Component;
-class ObjectFile;
-
-/**
-Compiles a source file into an object file.
-*/
-class Compile: public ExternalAction
-{
-public:
-       Compile(Builder &, const ObjectFile &);
-};
-
-#endif