]> git.tdb.fi Git - builder.git/blobdiff - source/copy.cpp
Don't start tasks automatically upon creation
[builder.git] / source / copy.cpp
index 30ab60e446b6ae8353112a5e707a8fb21ddf7355..5b524a40cd367d5e1973c6d2edfacc7d17ef33d5 100644 (file)
@@ -35,9 +35,7 @@ Task *Copy::run(const Target &target) const
 
 Copy::Worker::Worker(const InstalledFile &t):
        target(t)
-{
-       launch();
-}
+{ }
 
 void Copy::Worker::main()
 {