[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 <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Junio C Hamano 2005-04-18 16:51:09 -07:00 committed by Linus Torvalds
parent 0ffb0bcaf6
commit 8c1becff24

View file

@ -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)
{