Skip to content
Snippets Groups Projects
Commit 349a125d authored by Tom Tromey's avatar Tom Tromey
Browse files

Remove dead code from scalar_binop


scalar_binop has code for "&&" and "||", but I think this code can't
currently be run -- and, furthermore, it doesn't make sense to have
this code here, as the point of these operators is to short-circuit
evaluation.

This patch removes the dead code.

Regression tested on x86-64 Fedora 36.

Approved-by: default avatarKevin Buettner <kevinb@redhat.com>
parent d7001b29
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment