]> git.tdb.fi Git - builder.git/blobdiff - source/datafile.h
Make BuildInfo able to handle chained dependencies
[builder.git] / source / datafile.h
index d76671c2eab7f8afae5f18e4ccd3fe78e9de1d5a..071a82b887d60d23d0fa2ef2e290f1a7c942aa79 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of builder
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef DATAFILE_H_
 #define DATAFILE_H_
 
@@ -27,7 +20,6 @@ public:
        File &get_source() const { return source; }
 
 private:
-       virtual Action *create_action();
        static Msp::FS::Path generate_target_path(const Component &);
 };