Refactor: remove unused method in IntentManager
Change-Id: Ifcec1a80674131379516f53ffdfb600651160f6d
Showing
1 changed file
with
0 additions
and
4 deletions
... | @@ -1198,10 +1198,6 @@ public class IntentManager | ... | @@ -1198,10 +1198,6 @@ public class IntentManager |
1198 | 1198 | ||
1199 | return completed; | 1199 | return completed; |
1200 | } | 1200 | } |
1201 | - | ||
1202 | - protected void writeBatch(BatchWrite batchWrite) { | ||
1203 | - store.batchWrite(batchWrite); | ||
1204 | - } | ||
1205 | } | 1201 | } |
1206 | 1202 | ||
1207 | // TODO: better naming | 1203 | // TODO: better naming | ... | ... |
-
Please register or login to post a comment