From 0ac7f9233809d56331d54ba42e611722ee2aa71e Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Sun, 17 Mar 2002 08:53:33 -0500 Subject: [PATCH] fix comment From-SVN: r50916 --- gcc/cp/call.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 357c0683e0b..0cb7dfce5c8 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -3566,8 +3566,7 @@ builtin: match with the placement new is accepted. CODE is either DELETE_EXPR or VEC_DELETE_EXPR. - ADDR is the pointer to be deleted. For placement delete, it is also - used to determine what the corresponding new looked like. + ADDR is the pointer to be deleted. SIZE is the size of the memory block to be deleted. FLAGS are the usual overloading flags. PLACEMENT is the corresponding placement new call, or NULL_TREE. */ -- 2.30.2