Skip to content

Commit

Permalink
Remove ServerCallbackIface
Browse files Browse the repository at this point in the history
It's currently unused

Change-Id: I8abd275f127b17ce9beeea1b984c78c7d44047c1
Reviewed-on: https://review.couchbase.org/c/kv_engine/+/179283
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Richard de Mellow <richard.demellow@couchbase.com>
  • Loading branch information
BenHuddleston authored and rdemellow committed Aug 31, 2022
1 parent 19d6176 commit 0ceebad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/memcached/engine.h
Expand Up @@ -82,14 +82,12 @@ class StatCollector;
struct DocKey;
struct ServerBucketIface;
struct ServerCoreIface;
struct ServerCallbackIface;
struct ServerCookieIface;
struct ServerDocumentIface;
union protocol_binary_request_header;

struct ServerApi {
ServerCoreIface* core = nullptr;
ServerCallbackIface* callback = nullptr;
ServerCookieIface* cookie = nullptr;
ServerDocumentIface* document = nullptr;
ServerBucketIface* bucket = nullptr;
Expand Down

0 comments on commit 0ceebad

Please sign in to comment.