X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Ffiletarget.h;h=d2ed71954010be4e8824ceba73e9665dab8d583c;hb=c5d6d6d6d76189b9b2937295709b85654780e9db;hp=da165d0d39d1ebed128c83c0d31ce4f2a184139c;hpb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;p=builder.git diff --git a/source/lib/filetarget.h b/source/lib/filetarget.h index da165d0..d2ed719 100644 --- a/source/lib/filetarget.h +++ b/source/lib/filetarget.h @@ -15,7 +15,6 @@ protected: Msp::Time::TimeStamp mtime; unsigned size = 0; Msp::FS::Path install_location; - std::string install_filename; bool nested_build_sig = false; bool arch_in_build_sig = false; @@ -33,7 +32,6 @@ public: bool is_installable() const { return !install_location.empty(); } const Msp::FS::Path &get_install_location() const { return install_location; } - const std::string &get_install_filename() const { return install_filename; } /// Changes the mtime of the target to the current time. void touch();