[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:
parent
0ffb0bcaf6
commit
8c1becff24
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user