Skip to content

Commit

Permalink
Removing unused variable from SearchRequestStats
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Upadhyaya <[email protected]>
  • Loading branch information
sgup432 committed Sep 19, 2023
1 parent 706d4f5 commit b678f61
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
* @opensearch.internal
*/
public final class SearchRequestStats implements SearchRequestOperationsListener {
public StatsHolder totalStats = new StatsHolder();

Map<SearchPhaseName, StatsHolder> phaseStatsMap = new EnumMap<>(SearchPhaseName.class);

@Inject
Expand Down

0 comments on commit b678f61

Please sign in to comment.