streaming: Get rid of keep_ss_table_level

We stream mutation instead of files, so keep_ss_table_level is not
relevant for us.
This commit is contained in:
Asias He
2016-01-25 16:53:11 +08:00
parent 2cc31ac977
commit fa4e94aa27

View File

@@ -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.