Skip to content

Commit eb381e1

Browse files
Removing unused fields
1 parent 63abb7f commit eb381e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/utils/TracingMetricContext.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public class TracingMetricContext extends TracingContext{
3434
private final String clientCorrelationID; // passed over config by client
3535
private final String fileSystemID; // GUID for fileSystem instance
3636
private String clientRequestId = EMPTY_STRING;
37-
private Listener listener = null;
3837
private TracingHeaderFormat tracingHeaderFormat;
3938

4039
public TracingMetricContext(String clientCorrelationID, String fileSystemID,
@@ -46,7 +45,6 @@ public TracingMetricContext(String clientCorrelationID, String fileSystemID,
4645
this.fileSystemID = fileSystemID;
4746
this.tracingHeaderFormat = tracingHeaderFormat;
4847
this.abfsCounters = abfsCounters;
49-
this.listener = listener;
5048
}
5149

5250
private String getFooterMetrics(){

0 commit comments

Comments
 (0)