diff options
author | Hartmut Brandt <harti@FreeBSD.org> | 2005-02-10 14:41:22 +0000 |
---|---|---|
committer | Hartmut Brandt <harti@FreeBSD.org> | 2005-02-10 14:41:22 +0000 |
commit | f804a7b3b1232b709b8fa77de844ec4a3bb9e0b4 (patch) | |
tree | 5497eff167ec3ad9877e5552230eff5a9444b9c1 /usr.bin | |
parent | 5cb05d796265ed56e7b3107c3d0af7c5ab94c3f0 (diff) | |
download | src-f804a7b3b1232b709b8fa77de844ec4a3bb9e0b4.tar.gz src-f804a7b3b1232b709b8fa77de844ec4a3bb9e0b4.zip |
Remove a comment that's not actual anymore.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
Notes
Notes:
svn path=/head/; revision=141649
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/var.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index b5e996c6fe60..112e4be21e97 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -215,9 +215,6 @@ VarCmp(const void *v, const void *name) * * Results: * The contents of name, possibly expanded. - * - * Side Effects: - * The caller must free the new contents or old contents of name. *----------------------------------------------------------------------- */ static char * |