# # # patch "cmd_diff_log.cc" # from [72d45ee9f023cb7e90ecb2a45b32844a1df1895b] # to [c3d2224b6f3086caaed80d3a34a6ad5aa69ef03c] # ============================================================ --- cmd_diff_log.cc 72d45ee9f023cb7e90ecb2a45b32844a1df1895b +++ cmd_diff_log.cc c3d2224b6f3086caaed80d3a34a6ad5aa69ef03c @@ -276,7 +276,6 @@ file_data f_old; data data_old, data_new; - vector old_lines, new_lines; cout << patch_sep << "\n"; @@ -306,7 +305,7 @@ file_path(dst_path).as_internal(), delta_entry_src(i), delta_entry_dst(i), - old_lines, new_lines, + data_old, data_new, cout, type); } }