]> git.tdb.fi Git - builder.git/blobdiff - source/datacompiler.h
Reimplement datafile building
[builder.git] / source / datacompiler.h
diff --git a/source/datacompiler.h b/source/datacompiler.h
deleted file mode 100644 (file)
index e4c8ea2..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef DATACOMPILER_H_
-#define DATACOMPILER_H_
-
-#include "tool.h"
-
-class DataCompiler: public Tool
-{
-public:
-       DataCompiler(Builder &);
-
-       virtual Target *create_target(const std::list<Target *> &, const std::string &) const;
-       virtual Task *run(const Target &) const;
-};
-
-#endif