X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftarball.h;h=18ff19dcfcd9a8b72cad6f448a42cf7122c53b6b;hb=HEAD;hp=105a2b1b08a582650ccc2a8f9623a6b214763655;hpb=bde362811368647047f3ca13bdec596f092ecffe;p=builder.git diff --git a/source/tarball.h b/source/tarball.h deleted file mode 100644 index 105a2b1..0000000 --- a/source/tarball.h +++ /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