Remove warning

This commit is contained in:
Andrea Cavalli 2021-11-05 16:54:58 +01:00
parent c46320cdf7
commit eba6f92d7f
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ public class LLLocalKeyValueDatabase implements LLKeyValueDatabase {
// end force compact
}
@SuppressWarnings({"CommentedOutCode", "PointlessArithmeticExpression"})
@SuppressWarnings({"CommentedOutCode"})
private static Options openRocksDb(@Nullable Path path, DatabaseOptions databaseOptions) throws IOException {
// Get databases directory path
Path databasesDirPath;