remove warning

Original commit: elastic/x-pack-elasticsearch@73fae7a8fe
This commit is contained in:
Colin Goodheart-Smithe 2016-11-21 09:28:42 +00:00
parent f9de2fdc74
commit 617a1b65d2
1 changed files with 0 additions and 1 deletions

View File

@ -319,7 +319,6 @@ public class StatusReporter {
public synchronized DataCounts runningTotalStats() {
totalRecordStats.calcProcessedFieldCount(getAnalysedFieldsPerRecord());
DataCounts tempResonse = new DataCounts(totalRecordStats);
return totalRecordStats;
}
}