SOLR-13858: Remove no longer used field and getter.

This commit is contained in:
Andrzej Bialecki 2020-08-17 14:47:38 +02:00
parent 0ce2d610c2
commit d9fb14dec1
1 changed files with 0 additions and 5 deletions

View File

@ -241,7 +241,6 @@ public final class SolrCore implements SolrInfoBean, Closeable {
private Counter newSearcherMaxReachedCounter;
private Counter newSearcherOtherErrorsCounter;
private Set<String> metricNames = ConcurrentHashMap.newKeySet();
private final String metricTag = SolrMetricProducer.getUniqueMetricTag(this, null);
private final SolrMetricsContext solrMetricsContext;
@ -251,10 +250,6 @@ public final class SolrCore implements SolrInfoBean, Closeable {
private PackageListeners packageListeners = new PackageListeners(this);
public Set<String> getMetricNames() {
return metricNames;
}
public Date getStartTimeStamp() {
return startTime;
}