Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove unused variable (XRPLF#4677)
With clang 15, an unused-but-set-variable warning was emitted: PostgresDatabase.cpp:178:14: warning: variable 'expNumResults' set but not used [-Wunused-but-set-variable] uint32_t expNumResults = 1;
- Loading branch information