diff --git a/include/rocksdb/db.h b/include/rocksdb/db.h index 77a7cf57e2e297731fc278b2773bf3b56a88d168..2d601d4f85e84d5888f3a02d809e849487d3b40f 100644 --- a/include/rocksdb/db.h +++ b/include/rocksdb/db.h @@ -496,8 +496,6 @@ class DB { // GetLiveFiles followed by GetSortedWalFiles can generate a lossless backup - // THIS METHOD IS DEPRECATED. Use the GetLiveFilesMetaData to get more - // detailed information on the live files. // Retrieve the list of all files in the database. The files are // relative to the dbname and are not absolute paths. The valid size of the // manifest file is returned in manifest_file_size. The manifest file is an