Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrl committed Apr 1, 2016
1 parent 77fff57 commit 728da75
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public Sequence<T> run(final Query<T> query, final Map<String, Object> responseC
contextBuilder.put(CacheConfig.POPULATE_CACHE, false);
contextBuilder.put("bySegment", true);
}
contextBuilder.put("intermediate", true);

TimelineLookup<String, ServerSelector> timeline = serverView.getTimeline(query.getDataSource());

Expand Down

0 comments on commit 728da75

Please sign in to comment.