]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove unused error constructor and getter
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Tue, 1 Apr 2025 14:08:37 +0000 (16:08 +0200)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Mon, 7 Apr 2025 08:18:19 +0000 (08:18 +0000)
commit75b7b7c210c62405a29068826d5ebb67ac6d6d68
tree3468b3cdd3036e5bc7659de9a933634f7ed9174a
parentf77aeb99dde12544ea7c29004e88d46a8d5aa7b2
Remove unused error constructor and getter

These constructor for eroneous state are not in use anymore since we
replaced this error state with an optional in the parent nodes.

gcc/rust/ChangeLog:

* ast/rust-expr.h: Remove error getter and constructor.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
gcc/rust/ast/rust-expr.h