Commit f4f4791a authored by helei's avatar helei

delete useless member of circuit breaker

parent aff4da23
......@@ -85,7 +85,6 @@ private:
int64_t _last_reset_time_ms;
butil::atomic<int> _isolation_duration_ms;
butil::atomic<int> _isolated_times;
butil::atomic<bool> _is_first_call_after_revived;
butil::atomic<bool> _broken;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment