Skip to content

Commit

Permalink
remove dead code around fetching execution collapse info
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed May 25, 2016
1 parent b379d29 commit c377253
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ public Map<ExecutionSignature, List<Integer>> getExecutionsMappedToLatencies() {
cachedCount = cachingDetector.get(key);
}
ExecutionSignature signature;
HystrixCollapserKey collapserKey = execution.getOriginatingCollapserKey();
int collapserBatchCount = execution.getNumberCollapsed();
if (cachedCount > 0) {
//this has a RESPONSE_FROM_CACHE and needs to get split off
signature = ExecutionSignature.from(execution, cacheKey, cachedCount);
Expand Down

0 comments on commit c377253

Please sign in to comment.