From fb6eecfae2afd9e673432e173b4fcc81cc36e3ff Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 2 Mar 2021 14:22:32 +0200 Subject: [PATCH] redis: Remove unused tracing_request_type enum --- redis/server.hh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/redis/server.hh b/redis/server.hh index 88e2d50afe..19032241df 100644 --- a/redis/server.hh +++ b/redis/server.hh @@ -97,12 +97,6 @@ private: seastar::gate _pending_requests_gate; redis::redis_options _options; future<> _ready_to_respond = make_ready_future<>(); - private: - enum class tracing_request_type : uint8_t { - not_requested, - no_write_on_close, - write_on_close - }; using execution_stage_type = inheriting_concrete_execution_stage< future,