X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finstallcomponent.h;h=43dae7192972e9aaaca337d79694248c7879f505;hb=HEAD;hp=457256d6d14be9863672e42e7268cce5ebdb9b39;hpb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;p=builder.git diff --git a/source/installcomponent.h b/source/installcomponent.h deleted file mode 100644 index 457256d..0000000 --- a/source/installcomponent.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef INSTALLCOMPONENT_H_ -#define INSTALLCOMPONENT_H_ - -#include "component.h" - -class InstallComponent: public Component -{ -public: - InstallComponent(SourcePackage &p, const std::string &n): Component(p, n) { } - - void create_targets() const override; -}; - -#endif