X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftarball.cpp;h=71e16377ee613cc24be87fce3d9364cf8b18b2a3;hb=dcaf06c2bba4e02a312cd6af24ddc96410e7be4e;hp=521b6ac738c6ce76eca6a5fddec30ea58659e829;hpb=04c316da6d5d90e43cba262f54d90ca231f703bf;p=builder.git diff --git a/source/tarball.cpp b/source/tarball.cpp index 521b6ac..71e1637 100644 --- a/source/tarball.cpp +++ b/source/tarball.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "sourcepackage.h" #include "tar.h" #include "tarball.h" @@ -21,8 +14,3 @@ const SourcePackage *TarBall::get_package() const { return static_cast(package); } - -Action *TarBall::create_action() -{ - return new Tar(builder, *this); -}