mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

Notes: 1. compactPhysical in ctlCtx and withQuota aren't used at all, they are dead code. 2. quotaBackendBytes in ctlCtx isn't used either. Instead, users (test cases) set the QuotaBackendBytes directly. Signed-off-by: Benjamin Wang <wachao@vmware.com>