NoteDbUpdateManager: Remove unused flush method
Change-Id: I265cedca9de58da7c62c6783495a34fe7f5ff3c9
This commit is contained in:
@@ -455,15 +455,6 @@ public class NoteDbUpdateManager implements AutoCloseable {
|
|||||||
return draftIds;
|
return draftIds;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void flush() throws IOException {
|
|
||||||
if (changeRepo != null) {
|
|
||||||
changeRepo.flush();
|
|
||||||
}
|
|
||||||
if (allUsersRepo != null) {
|
|
||||||
allUsersRepo.flush();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
public BatchRefUpdate execute() throws OrmException, IOException {
|
public BatchRefUpdate execute() throws OrmException, IOException {
|
||||||
return execute(false);
|
return execute(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user