X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fobjcsourcefile.cpp;h=953819f55daee4ead111b84106455bcdf90e8c1e;hb=40ab4f61eaf7fc14fc6d1c2ea5eecee21882893a;hp=ed334fc17e92b63c4e63f6ddff77911678845d10;hpb=7bcd4fef81679dedcabc5a58b12511a6b52c4fe4;p=builder.git diff --git a/source/objcsourcefile.cpp b/source/objcsourcefile.cpp index ed334fc..953819f 100644 --- a/source/objcsourcefile.cpp +++ b/source/objcsourcefile.cpp @@ -4,14 +4,6 @@ using namespace std; using namespace Msp; -ObjCSourceFile::ObjCSourceFile(Builder &b, const FS::Path &p): - CSourceFile(b, p) -{ } - -ObjCSourceFile::ObjCSourceFile(Builder &b, const Component &c, const FS::Path &p): - CSourceFile(b, c, p) -{ } - void ObjCSourceFile::parse_includes(IO::Base &in) { static Regex r_include("^[ \t]*#(include|import)[ \t]+([\"<].*)[\">]");