X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finstallcomponent.cpp;h=86919fa3255ca484f760fd9fb6013d5a2e8686a4;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=319053f0ba42bbfbbf7c27fc0a112a63b2d6ac75;hpb=7c2db9e2b91da953701be233336c5bfa1f3c4af0;p=builder.git diff --git a/source/installcomponent.cpp b/source/installcomponent.cpp index 319053f..86919fa 100644 --- a/source/installcomponent.cpp +++ b/source/installcomponent.cpp @@ -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();