commit e65e3e2fec796e425b0156322a8f6d06370b8e38 from: Stefan Sperling date: Thu Sep 20 08:51:38 2018 UTC remove useless code in #if 0 commit - 414611d9fe15909ca7502d7c65f0a9090923913a commit + e65e3e2fec796e425b0156322a8f6d06370b8e38 blob - 036dcb769e6665167524a622b0d806c0586fc644 blob + 21160d6ecab774369a461be9b1e6c84aec468ccd --- lib/commit_graph.c +++ lib/commit_graph.c @@ -302,9 +302,6 @@ advance_branch(struct got_commit_graph *graph, if (is_merge_point(node) && !got_path_is_root_dir(graph->path)) { struct got_object_id *id, *merged_id, *prev_id = NULL; int branches_differ = 0; - #if 0 - int n = 1; - #endif err = got_object_id_by_path(&merged_id, repo, commit_id, graph->path);