diff options
-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 b5e996c..112e4be 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 * |