File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
hystrix-core/src/main/java/com/netflix/hystrix Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -189,13 +189,6 @@ public static Collection<HystrixCommandMetrics> getInstances() {
189189 this .threadPoolKey = threadPoolKey ;
190190 this .properties = properties ;
191191
192- Func0 <Integer > concurrentExecutionThunk = new Func0 <Integer >() {
193- @ Override
194- public Integer call () {
195- return HystrixCommandMetrics .getInstance (key ).concurrentExecutionCount .get ();
196- }
197- };
198-
199192 healthCountsStream = HealthCountsStream .getInstance (key , properties );
200193 rollingCommandEventCounterStream = RollingCommandEventCounterStream .getInstance (key , properties );
201194 cumulativeCommandEventCounterStream = CumulativeCommandEventCounterStream .getInstance (key , properties );
You can’t perform that action at this time.
0 commit comments