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