From 8c1becff243aeeec455eeabe513fa180631be83c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 18 Apr 2005 16:51:09 -0700 Subject: [PATCH] [PATCH] show-diff: Remove stale comments 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 Signed-off-by: Linus Torvalds --- show-diff.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/show-diff.c b/show-diff.c index 4456230a56..2ff0bd4ea6 100644 --- 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) { -- GitLab