X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftarget.h;h=8a394f3717625787dbc1c123b7bd4f61319da8da;hb=e0c863681c8a5fad5918bb7730ecbc65fbdfbc64;hp=a69ff5195986e2f47fe4f6e183c9331303a854ea;hpb=20be24789dbfb2acd3f8d2076a6b19ff6a2451ee;p=builder.git diff --git a/source/target.h b/source/target.h index a69ff51..8a394f3 100644 --- a/source/target.h +++ b/source/target.h @@ -45,7 +45,6 @@ protected: const Tool *tool; State state; std::string rebuild_reason; - std::string 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 std::string &get_install_location() const { return install_location; } void add_depend(Target *); const Dependencies &get_depends() const { return depends; }