]> git.tdb.fi Git - builder.git/blobdiff - source/csourcefile.cpp
Inline simple constructors
[builder.git] / source / csourcefile.cpp
index 6429d4fe287504948480bd2e740f02c392a46c36..bc766059879d210023af0d64c378477ffa28fcc5 100644 (file)
 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)
 {