Remove warning
This commit is contained in:
parent
c46320cdf7
commit
eba6f92d7f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user