Signed-off-by: Fredrik Kuivinen <freku045@xxxxxxxxxxxxxx> --- blame.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) aebef8969d11b04634b9ab7a6ae85a0844b2e4c7 diff --git a/blame.c b/blame.c index 6dccae5..0fb30ee 100644 --- a/blame.c +++ b/blame.c @@ -235,6 +235,7 @@ static void print_patch(struct patch *p) } /* For debugging only */ +#if DEBUG static void print_map(struct commit *cmit, struct commit *other) { struct util_info *util = cmit->object.util; @@ -267,6 +268,7 @@ static void print_map(struct commit *cmi printf("\n"); } } +#endif // p is a patch from commit to other. static void fill_line_map(struct commit *commit, struct commit *other, -- 1.2.4.g4644-dirty - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html