X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=source%2Fcsourcefile.cpp;h=bc766059879d210023af0d64c378477ffa28fcc5;hp=6429d4fe287504948480bd2e740f02c392a46c36;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hpb=d1f9551e05c9d341149eb490e05b1465d3d6b711 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) {