Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spdb_memtable: fix an unused parameter issue (#91)
A last minute change before merging #30 breaks builds that configure `-Werror=unused-parameter` (this is the default for some GCC versions with the `-Wextra` configuration). Fix it by not declaring the `logger` argument to the `CreateMemTableRep()` function.
- Loading branch information