]> git.tdb.fi Git - builder.git/blobdiff - source/lib/filetarget.h
Remove the now obsolete install_filename from FileTarget
[builder.git] / source / lib / filetarget.h
index da165d0d39d1ebed128c83c0d31ce4f2a184139c..d2ed71954010be4e8824ceba73e9665dab8d583c 100644 (file)
@@ -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();