Refactor: remove unused method in IntentManager

Change-Id: Ifcec1a80674131379516f53ffdfb600651160f6d
This commit is contained in:
Sho SHIMIZU 2015-01-28 14:25:34 -08:00
parent 9ea3453b45
commit 23f36f0abf

View File

@ -1198,10 +1198,6 @@ public class IntentManager
return completed;
}
protected void writeBatch(BatchWrite batchWrite) {
store.batchWrite(batchWrite);
}
}
// TODO: better naming