提交 8c1becff 编写于 作者: J Junio C Hamano 提交者: Linus Torvalds

[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: NJunio C Hamano <junkio@cox.net>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 0ffb0bca
...@@ -34,9 +34,6 @@ static void prepare_diff_cmd(void) ...@@ -34,9 +34,6 @@ static void prepare_diff_cmd(void)
* name ==> name ==> 'name' * name ==> name ==> 'name'
* a b ==> a b ==> 'a b' * a b ==> a b ==> 'a b'
* 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) static char *sq_expand(char *src)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册