gccrs: typecheck: Fix overzealous `delete` call
authorArthur Cohen <arthur.cohen@embecosm.com>
Wed, 2 Nov 2022 08:52:01 +0000 (09:52 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 21 Feb 2023 11:36:45 +0000 (12:36 +0100)
commit85f69a9b6abd398f6344135d8094cf8256c6279c
treec6841b66a5376f0c717307a52f8a0c7470843233
parentb84222899cac417ec1aa5dad8311836e4aae028f
gccrs: typecheck: Fix overzealous `delete` call

gcc/rust/ChangeLog:

* typecheck/rust-tyty-call.cc (TypeCheckCallExpr::visit): Fix extra call
to `delete`.
gcc/rust/typecheck/rust-tyty-call.cc