]> git.tdb.fi Git - builder.git/blobdiff - source/tarball.cpp
Make BuildInfo able to handle chained dependencies
[builder.git] / source / tarball.cpp
index 521b6ac738c6ce76eca6a5fddec30ea58659e829..71e16377ee613cc24be87fce3d9364cf8b18b2a3 100644 (file)
@@ -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<const SourcePackage *>(package);
 }
-
-Action *TarBall::create_action()
-{
-       return new Tar(builder, *this);
-}