X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fobjcsourcefile.h;h=2069615b5c921ee821dcdfe9d08baa97e29ae0ed;hb=HEAD;hp=37f79a3f1f1b9d852857859ef900bb92cd5f185f;hpb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;p=builder.git diff --git a/source/objcsourcefile.h b/source/objcsourcefile.h deleted file mode 100644 index 37f79a3..0000000 --- a/source/objcsourcefile.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef OBJCSOURCEFILE_H_ -#define OBJCSOURCEFILE_H_ - -#include "csourcefile.h" - -/** -Represents an Objective-C source file. -*/ -class ObjCSourceFile: public CSourceFile -{ -public: - using CSourceFile::CSourceFile; - - const char *get_type() const override { return "ObjCSourceFile"; } - -protected: - void parse_includes(Msp::IO::Base &) override; -}; - -#endif