]> git.tdb.fi Git - builder.git/blobdiff - source/install.cpp
Big rewrite for a more tool-centric approach
[builder.git] / source / install.cpp
index bfda555cda9269c962c2d683d1eae5518c7dc9bb..4040d19ed2f3325967331f118afda4ac36cef258 100644 (file)
@@ -43,11 +43,6 @@ void Install::check_rebuild()
                mark_rebuild(source.get_name()+" needs rebuilding");
 }
 
-Action *Install::create_action()
-{
-       return new Copy(builder, *package, source.get_path(), path, link);
-}
-
 FS::Path Install::generate_target_path(const FileTarget &tgt, const std::string &loc)
 {
        if(!tgt.get_package())