X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinary.cpp;fp=source%2Fbinary.cpp;h=f245037b6b24abe35662b46ab04219dad5de7e7f;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=ffffaa56feed8a1ad15f9472c86f47d3f748f834;hpb=d1f9551e05c9d341149eb490e05b1465d3d6b711;p=builder.git diff --git a/source/binary.cpp b/source/binary.cpp index ffffaa5..f245037 100644 --- a/source/binary.cpp +++ b/source/binary.cpp @@ -14,10 +14,6 @@ using namespace std; using namespace Msp; -Binary::Binary(Builder &b, const FS::Path &p): - FileTarget(b, p) -{ } - Binary::Binary(Builder &b, const Component &c, const string &p, const vector &objs): FileTarget(b, c.get_package(), c.get_package().get_output_directory()/p), objects(objs)