X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbinary.h;h=5239dc3fc0e06411df34d1f033b5c9b30abe82c8;hb=3e8bf5032e744b5fc3e7680af48f2abacc67addc;hp=cb9a56eb75814cdba42d4580ef3ae697067d87de;hpb=66d1078c04849ec17a7343d0494d6ed087e04318;p=builder.git diff --git a/source/binary.h b/source/binary.h index cb9a56e..5239dc3 100644 --- a/source/binary.h +++ b/source/binary.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef BINARY_H_ #define BINARY_H_ @@ -27,8 +20,6 @@ public: const Component &get_component() const { return comp; } virtual void find_depends(); protected: - virtual Action *create_action(); - /** Returns the path for the binary. We can't do this in the constructor since we need to pass the value to the Target c'tor. */ static Msp::FS::Path generate_target_path(const Component &);