]> git.tdb.fi Git - builder.git/blobdiff - source/objcsourcefile.cpp
Inline simple constructors
[builder.git] / source / objcsourcefile.cpp
index ed334fc17e92b63c4e63f6ddff77911678845d10..953819f55daee4ead111b84106455bcdf90e8c1e 100644 (file)
@@ -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]+([\"<].*)[\">]");