forked from BigfootDev/flatbuffers
Fix some error
This commit is contained in:
@@ -550,18 +550,7 @@ private:
|
||||
IDLOptions opts;
|
||||
|
||||
private:
|
||||
<<<<<<< HEAD
|
||||
const char *source_, *cursor_;
|
||||
int line_; // the current line being parsed
|
||||
int token_;
|
||||
std::string files_being_parsed_;
|
||||
bool proto_mode_;
|
||||
bool strict_json_;
|
||||
std::string attribute_;
|
||||
std::vector<std::string> doc_comment_;
|
||||
=======
|
||||
const char *source_;
|
||||
>>>>>>> 48f37f9e0a04f2b60046dda7fef20a8b0ebc1a70
|
||||
|
||||
std::string file_being_parsed_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user