X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fobjcsourcefile.cpp;h=953819f55daee4ead111b84106455bcdf90e8c1e;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=ed334fc17e92b63c4e63f6ddff77911678845d10;hpb=d1f9551e05c9d341149eb490e05b1465d3d6b711;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]+([\"<].*)[\">]");