Update idl_gen_fbs.cpp

This commit is contained in:
Raman
2016-07-05 22:26:21 +02:00
committed by GitHub
parent 4bb6ab3cd5
commit f738981ed5

View File

@@ -64,7 +64,6 @@ std::string GenerateFBS(const Parser &parser, const std::string &file_name, cons
} }
} }
} }
std::string schema; std::string schema;
schema += "// Generated from " + file_name + ".proto\n\n"; schema += "// Generated from " + file_name + ".proto\n\n";
if (parser.opts.include_dependence_headers) { if (parser.opts.include_dependence_headers) {