Skip to content

Commit

Permalink
remove deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 committed Dec 3, 2023
1 parent d08f903 commit 464fd1d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/jogasaki/index/index_accessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ class mapper {
return decode_fields(flds, stream, target, resource) == status::ok;
}

bool write(bool key, accessor::record_ref src, kvs::writable_stream& stream) {
(void) key;
(void) stream;
(void) src;
return true;
}
private:
std::vector<field_info> key_fields_{};
std::vector<field_info> value_fields_{};
Expand Down

0 comments on commit 464fd1d

Please sign in to comment.