[PATCH 7/6] show-diff: Remove stale comments
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:41:53
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:41:53
Patch 1/6 in the series has already cleaned the interface to call sq_expand(), but the comment before that function still carries the stale interface warning. Remove it. Signed-off-by: Junio C Hamano <redacted> --- show-diff.c | 3 --- 1 files changed, 3 deletions(-) show-diff.c: b592fb131fc3949e1197bed461b8eb143f8e73ff
--- a/show-diff.c
+++ b/show-diff.c@@ -34,9 +34,6 @@ static void prepare_diff_cmd(void) * name ==> name ==> 'name' * a b ==> a b ==> 'a b' * a'b ==> a'\''b ==> 'a'\''b' - * - * NOTE! The returned memory belongs to this function so - * do not free it. */ static char *sq_expand(char *src) {