X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcefile.cpp;h=6c2cb760d763a8d8f949b40526b67c1cb88036f9;hb=242c55b17e6608b29a77ca17a5b677e202a3ca90;hp=cf74356e72331e3f1a84c68f2afabc174f518d00;hpb=77461a8c0e2b5686b04cf15f3a9333b215813992;p=builder.git diff --git a/source/sourcefile.cpp b/source/sourcefile.cpp index cf74356..6c2cb76 100644 --- a/source/sourcefile.cpp +++ b/source/sourcefile.cpp @@ -1,7 +1,7 @@ /* $Id$ This file is part of builder -Copyright © 2006-2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -22,10 +22,6 @@ SourceFile::SourceFile(Builder &b, const Component *c, const string &n): comp(c) { } -/** -Parses include directives from the file and looks up the appropriate targets -from Builder. -*/ void SourceFile::find_depends() { if(!comp)