From fa4e94aa2759fbcd671764e4fa5d2cf551945fdb Mon Sep 17 00:00:00 2001 From: Asias He Date: Mon, 25 Jan 2016 16:53:11 +0800 Subject: [PATCH] streaming: Get rid of keep_ss_table_level We stream mutation instead of files, so keep_ss_table_level is not relevant for us. --- streaming/stream_session.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/streaming/stream_session.hh b/streaming/stream_session.hh index bab13a32fa..c3d822feb6 100644 --- a/streaming/stream_session.hh +++ b/streaming/stream_session.hh @@ -171,7 +171,6 @@ private: int _retries; bool _is_aborted = false; - bool _keep_ss_table_level; stream_session_state _state = stream_session_state::INITIALIZED; bool _complete_sent = false; @@ -200,9 +199,6 @@ public: sstring description(); public: - bool keep_ss_table_level() { - return _keep_ss_table_level; - } /** * Bind this session to report to specific {@link StreamResultFuture} and * perform pre-streaming initialization.