X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinarycomponent.cpp;h=3209ccc185438f721d0892053564724c17fb87fa;hb=1ed833343bc83b83c5f61cbfd74423bbba677a04;hp=608ed3f6596b51b13522333358f2214cf6f093c1;hpb=aa053d637e8259755af7d2e4b510a242f4d29c7b;p=builder.git diff --git a/source/binarycomponent.cpp b/source/binarycomponent.cpp index 608ed3f..3209ccc 100644 --- a/source/binarycomponent.cpp +++ b/source/binarycomponent.cpp @@ -8,11 +8,6 @@ using namespace std; using namespace Msp; -BinaryComponent::BinaryComponent(SourcePackage &p, const string &n, Type t): - Component(p, n), - type(t) -{ } - void BinaryComponent::create_build_info() { Component::create_build_info();