]> git.tdb.fi Git - builder.git/blobdiff - source/tarballcomponent.h
Drop support for generic tarball components
[builder.git] / source / tarballcomponent.h
diff --git a/source/tarballcomponent.h b/source/tarballcomponent.h
deleted file mode 100644 (file)
index d54f95e..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef TARBALLCOMPONENT_H_
-#define TARBALLCOMPONENT_H_
-
-#include "component.h"
-
-class TarballComponent: public Component
-{
-public:
-       TarballComponent(SourcePackage &, const std::string &);
-
-       virtual void create_targets() const;
-};
-
-#endif