summaryrefslogtreecommitdiff
path: root/show-diff.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-04-18 23:51:09 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-18 23:51:09 (GMT)
commit8c1becff243aeeec455eeabe513fa180631be83c (patch)
tree6b377f54eff82fc1541b1dcbe9abd9447fd73423 /show-diff.c
parent0ffb0bcaf6ab6277527f6ac8623632a9de55114d (diff)
downloadgit-8c1becff243aeeec455eeabe513fa180631be83c.zip
git-8c1becff243aeeec455eeabe513fa180631be83c.tar.gz
git-8c1becff243aeeec455eeabe513fa180631be83c.tar.bz2
[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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/show-diff.c b/show-diff.c
index 4456230..2ff0bd4 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)
{