cp-tree.h (build_x_delete): Remove prototype.
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Mon, 23 Jan 2006 18:22:29 +0000 (18:22 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Mon, 23 Jan 2006 18:22:29 +0000 (18:22 +0000)
commit1c71c747a065705fbd5823c5559c03588aee4e13
treee19e83de51f27837ae93985f881a400533cb10b6
parent6d1e9d18820210572be79e27413d7f2d66a53a2a
cp-tree.h (build_x_delete): Remove prototype.

* cp-tree.h (build_x_delete): Remove prototype.
* init.c (build_vec_delete_1): Call build_op_delete_call directly
and not via build_x_delete.
(build_x_delete): Remove.

From-SVN: r110138
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/init.c