Loading system/gd/dumpsys/bundler/bundler.cc +0 −2 Original line number Diff line number Diff line Loading @@ -234,8 +234,6 @@ int WriteBundledSchema() { fprintf(stderr, "Unable to save file:%s\n", final_filename.c_str()); return EXIT_FAILURE; } fprintf( stdout, "Successfully bundled %zu bfbs files into filename:%s\n", bfbs_filenames.size(), final_filename.c_str()); std::string header(opts.gen); header += ("/" + std::string(opts.filename) + ".h"); Loading Loading
system/gd/dumpsys/bundler/bundler.cc +0 −2 Original line number Diff line number Diff line Loading @@ -234,8 +234,6 @@ int WriteBundledSchema() { fprintf(stderr, "Unable to save file:%s\n", final_filename.c_str()); return EXIT_FAILURE; } fprintf( stdout, "Successfully bundled %zu bfbs files into filename:%s\n", bfbs_filenames.size(), final_filename.c_str()); std::string header(opts.gen); header += ("/" + std::string(opts.filename) + ".h"); Loading