]> git.tdb.fi Git - builder.git/blobdiff - source/datatool.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / datatool.h
diff --git a/source/datatool.h b/source/datatool.h
deleted file mode 100644 (file)
index f2720c0..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef DATACOMPILER_H_
-#define DATACOMPILER_H_
-
-#include "tool.h"
-
-class DataTool: public Tool
-{
-public:
-       DataTool(Builder &);
-
-       virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
-       virtual Target *create_target(const std::list<Target *> &, const std::string &);
-private:
-       virtual void do_prepare();
-public:
-       virtual Task *run(const Target &) const;
-};
-
-#endif