From: Junio C Hamano Date: Mon, 18 Apr 2005 23:51:09 +0000 (-0700) Subject: [PATCH] show-diff: Remove stale comments X-Git-Tag: v0.99~818 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8c1becff243aeeec455eeabe513fa180631be83c;p=git.git [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 --- diff --git a/show-diff.c b/show-diff.c index 4456230a..2ff0bd4e 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) {