diff --git a/util/env_hdfs.cc b/util/env_hdfs.cc index 153ea5985..7e12c747a 100644 --- a/util/env_hdfs.cc +++ b/util/env_hdfs.cc @@ -616,7 +616,6 @@ namespace rocksdb { Status NewHdfsEnv(Env** hdfs_env, const std::string& fsname) { return Status::NotSupported("Not compiled with hdfs support"); } - } #endif