Fix undefined behavior in rcu_tests
Summary:
This diff removes a call in rcu_tests which triggers the null pointer
dereference check from UBSAN. gptr internal pointer is initialized to
nullptr and called with the * operator.
This does not impact the test coverage as the operator is tested later
in the test case.
Test Plan:
../configure --enable-debug --with-sanitizers=undefined make ./src/test/test_bitcoin -t rcu_tests
Reviewers: #bitcoin_abc, deadalnix
Reviewed By: #bitcoin_abc, deadalnix
Differential Revision: https://reviews.bitcoinabc.org/D3739