]> 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 1cddebb..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef DATACOMPILER_H_
-#define DATACOMPILER_H_
-
-#include "tool.h"
-
-class DataTool: public Tool
-{
-public:
-       DataTool(Builder &);
-
-       Target *create_source(const Component &, const Msp::FS::Path &) const override;
-       Target *create_target(const std::vector<Target *> &, const std::string &) override;
-       std::string create_build_signature(const BuildInfo &) const override;
-
-private:
-       static Task *_run(const Target &);
-};
-
-#endif