]> git.tdb.fi Git - builder.git/blobdiff - source/binary.h
Big rewrite for a more tool-centric approach
[builder.git] / source / binary.h
index 7c1a701bcc973e43f675346819e0df4a10f80c01..5239dc3fc0e06411df34d1f033b5c9b30abe82c8 100644 (file)
@@ -20,8 +20,6 @@ public:
        const Component &get_component() const { return comp; }
        virtual void find_depends();
 protected:
-       virtual Action *create_action();
-
        /** Returns the path for the binary.  We can't do this in the constructor
        since we need to pass the value to the Target c'tor. */
        static Msp::FS::Path generate_target_path(const Component &);