diff options
author | Junio C Hamano <junkio@cox.net> | 2005-04-18 16:51:09 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-18 16:51:09 -0700 |
commit | 8c1becff243aeeec455eeabe513fa180631be83c (patch) | |
tree | 6b377f54eff82fc1541b1dcbe9abd9447fd73423 /show-diff.c | |
parent | 0ffb0bcaf6ab6277527f6ac8623632a9de55114d (diff) | |
download | git-8c1becff243aeeec455eeabe513fa180631be83c.tar.gz |
[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>
Diffstat (limited to 'show-diff.c')
-rw-r--r-- | show-diff.c | 3 |
1 files changed, 0 insertions, 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) { |