diff options
Diffstat (limited to 'src/config/memory.rs')
-rw-r--r-- | src/config/memory.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/memory.rs b/src/config/memory.rs index abca5a5..0f65be1 100644 --- a/src/config/memory.rs +++ b/src/config/memory.rs @@ -12,7 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. - use config::ServerConfig; use config::{DEFAULT_BATCH_SIZE, DEFAULT_STATUS_INTERVAL}; use key::KeyProtection; |