]> git.tdb.fi Git - builder.git/blobdiff - source/target.h
Installing only makes sense for file targets
[builder.git] / source / target.h
index 885ef4b567f00d69d9f04921cd5fca9c46c06568..8a394f3717625787dbc1c123b7bd4f61319da8da 100644 (file)
@@ -45,7 +45,6 @@ protected:
        const Tool *tool;
        State state;
        std::string rebuild_reason;
-       Msp::FS::Path install_location;
 
        Dependencies depends;
 
@@ -87,8 +86,6 @@ public:
        /** Forces rebuild of the target. */
        void force_rebuild();
 
-       bool is_installable() const { return !install_location.empty(); }
-       const Msp::FS::Path &get_install_location() const { return install_location; }
        void add_depend(Target *);
        const Dependencies &get_depends() const { return depends; }