]> 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 457256d..0000000
+++ /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