X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcopy.cpp;h=45c5a81fa9ba60533a0471b105a2a26c4d25d2c0;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=f7dab415920d09b2bf41374d7e9de6b7ef730588;hpb=aa053d637e8259755af7d2e4b510a242f4d29c7b;p=builder.git diff --git a/source/copy.cpp b/source/copy.cpp index f7dab41..45c5a81 100644 --- a/source/copy.cpp +++ b/source/copy.cpp @@ -14,10 +14,6 @@ using namespace std; using namespace Msp; -Copy::Copy(Builder &b): - Tool(b, "CP") -{ } - Target *Copy::create_target(const vector &sources, const string &arg) { FileTarget &file_tgt = dynamic_cast(*sources.front()); @@ -37,10 +33,6 @@ Task *Copy::run(const Target &target) const } -Copy::Worker::Worker(const InstalledFile &t): - target(t) -{ } - void Copy::Worker::main() { const FileTarget &source = target.get_source();