]> git.tdb.fi Git - builder.git/blobdiff - source/objectfile.h
Big rewrite for a more tool-centric approach
[builder.git] / source / objectfile.h
index 8b58e7a1ae93f14ecd6b4702c47c3b3af785ec19..21483147cfa20cb7dd22b115450baec00e8ed89e 100644 (file)
@@ -34,7 +34,6 @@ private:
        /** Adds a target to the dependency list as well as the new dependencies
        list. */
        void add_depend(Target *);
-       virtual Action *create_action();
 
        static Msp::FS::Path generate_target_path(const Component &, const std::string &);
 };