Sequences: Remove unused method nextAccountId

Change-Id: I2cf687b1a41185398b0d5a7cf50a2359f1a53bcc
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2017-08-03 09:31:52 +02:00
parent a3b862ab73
commit cc8de7756b

View File

@@ -135,11 +135,6 @@ public class Sequences {
return changeSeq;
}
@SuppressWarnings("deprecation")
private static int nextAccountId(ReviewDb db) throws OrmException {
return db.nextAccountId();
}
@SuppressWarnings("deprecation")
private static int nextChangeId(ReviewDb db) throws OrmException {
return db.nextChangeId();