]> git.tdb.fi Git - builder.git/blobdiff - source/datatool.h
Redesign the way commands are set for tools
[builder.git] / source / datatool.h
index f2720c005b3622e657a8309e17c8e58ca6e308b8..264ddc1523527a615be087f41faf4f8fa542e8b8 100644 (file)
@@ -10,9 +10,6 @@ public:
 
        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;
 };