]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove pointer_and_operator.
authorAndrew MacLeod <amacleod@redhat.com>
Mon, 21 Oct 2024 22:20:10 +0000 (18:20 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Thu, 24 Oct 2024 12:49:29 +0000 (08:49 -0400)
commitf9d94c1d5cf051350a39a9816f35cf94d351f6da
treee4ed62762a38803741c90e38199ea1ee8c5af676
parent7173e2ff30c1e42168db4ac1dedc12ae1518faab
Remove pointer_and_operator.

This operator class predates the dispatch system, and is no longer used.
The functionality of wi_fold has been replaced by
operator_bitwise_and::fold_range with prange operaands.

* range-op-ptr.cc (class pointer_and_operator): Remove.
(pointer_and_operator::wi_fold): Remove.
gcc/range-op-ptr.cc