X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcsourcefile.cpp;h=bc766059879d210023af0d64c378477ffa28fcc5;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=6429d4fe287504948480bd2e740f02c392a46c36;hpb=5e00719d0c63e306786ff36df61797cdbc86f3e9;p=builder.git diff --git a/source/csourcefile.cpp b/source/csourcefile.cpp index 6429d4f..bc76605 100644 --- a/source/csourcefile.cpp +++ b/source/csourcefile.cpp @@ -11,10 +11,6 @@ using namespace std; using namespace Msp; -CSourceFile::CSourceFile(Builder &b, const FS::Path &p): - SourceFile(b, p) -{ } - CSourceFile::CSourceFile(Builder &b, const Component &c, const FS::Path &p): SourceFile(b, c, p) {