]> git.tdb.fi Git - builder.git/blobdiff - source/installcomponent.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / installcomponent.h
diff --git a/source/installcomponent.h b/source/installcomponent.h
deleted file mode 100644 (file)
index 412bd0b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef INSTALLCOMPONENT_H_
-#define INSTALLCOMPONENT_H_
-
-#include "component.h"
-
-class InstallComponent: public Component
-{
-public:
-       InstallComponent(SourcePackage &, const std::string &);
-
-       void create_targets() const override;
-};
-
-#endif