]> git.tdb.fi Git - builder.git/blobdiff - source/installcomponent.cpp
Inline simple constructors
[builder.git] / source / installcomponent.cpp
index 319053f0ba42bbfbbf7c27fc0a112a63b2d6ac75..86919fa3255ca484f760fd9fb6013d5a2e8686a4 100644 (file)
@@ -7,10 +7,6 @@
 using namespace std;
 using namespace Msp;
 
-InstallComponent::InstallComponent(SourcePackage &p, const string &n):
-       Component(p, n)
-{ }
-
 void InstallComponent::create_targets() const
 {
        Builder &builder = package.get_builder();