mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-26 07:30:54 +00:00
more foramt
This commit is contained in:
parent
b79ccbd573
commit
2b7c810db8
|
@ -616,7 +616,6 @@ namespace rocksdb {
|
||||||
Status NewHdfsEnv(Env** hdfs_env, const std::string& fsname) {
|
Status NewHdfsEnv(Env** hdfs_env, const std::string& fsname) {
|
||||||
return Status::NotSupported("Not compiled with hdfs support");
|
return Status::NotSupported("Not compiled with hdfs support");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue