X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftarget.h;h=8a394f3717625787dbc1c123b7bd4f61319da8da;hb=e0c863681c8a5fad5918bb7730ecbc65fbdfbc64;hp=885ef4b567f00d69d9f04921cd5fca9c46c06568;hpb=6f76342d14c7b7ec7b9629fcfd40199bca1e5e0f;p=builder.git diff --git a/source/target.h b/source/target.h index 885ef4b..8a394f3 100644 --- a/source/target.h +++ b/source/target.h @@ -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; }