Drop TimeProvider.

This commit is contained in:
Jon Chambers
2020-08-20 12:12:29 -04:00
committed by Jon Chambers
parent bfe18d1d28
commit 34bf5112e0
2 changed files with 0 additions and 16 deletions

View File

@@ -1,7 +0,0 @@
package org.whispersystems.textsecuregcm.providers;
public class TimeProvider {
public long getCurrentTimeMillis() {
return System.currentTimeMillis();
}
}