]> 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 7996ab5..0000000
+++ /dev/null
@@ -1,17 +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::list<Target *> &, const std::string &) override;
-       std::string create_build_signature(const BuildInfo &) const override;
-       Task *run(const Target &) const override;
-};
-
-#endif