]> git.tdb.fi Git - builder.git/blobdiff - source/binarycomponent.cpp
Inline simple constructors
[builder.git] / source / binarycomponent.cpp
index 608ed3f6596b51b13522333358f2214cf6f093c1..3209ccc185438f721d0892053564724c17fb87fa 100644 (file)
@@ -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();