X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinary.cpp;h=f245037b6b24abe35662b46ab04219dad5de7e7f;hb=1ed833343bc83b83c5f61cbfd74423bbba677a04;hp=ffffaa56feed8a1ad15f9472c86f47d3f748f834;hpb=aa053d637e8259755af7d2e4b510a242f4d29c7b;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)