Skip to content

Commit 45aeb09

Browse files
committed
remove used statement.
1 parent 0284ff1 commit 45aeb09

File tree

1 file changed

+0
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl

1 file changed

+0
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/FsDatasetImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@
138138
class FsDatasetImpl implements FsDatasetSpi<FsVolumeImpl> {
139139
static final Logger LOG = LoggerFactory.getLogger(FsDatasetImpl.class);
140140
private final static boolean isNativeIOAvailable;
141-
private static final String SEP = System.getProperty("file.separator");
142141
private Timer timer;
143142
static {
144143
isNativeIOAvailable = NativeIO.isAvailable();

0 commit comments

Comments
 (0)