]> git.tdb.fi Git - builder.git/blobdiff - source/tarball.h
Refactor transitive dependencies to work on all targets
[builder.git] / source / tarball.h
diff --git a/source/tarball.h b/source/tarball.h
deleted file mode 100644 (file)
index 105a2b1..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef TARBALL_H_
-#define TARBALL_H_
-
-#include "filetarget.h"
-
-class TarBall: public FileTarget
-{
-public:
-       TarBall(Builder &, const SourcePackage &, const std::string &);
-
-       const char *get_type() const override { return "TarBall"; }
-       const SourcePackage *get_package() const;
-};
-
-#endif