Remove unused variable
This commit is contained in:
parent
0849ef21c1
commit
3cd6a0fd6e
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ class SyncService {
|
|||
Future<void> _existingSync;
|
||||
SharedPreferences _prefs;
|
||||
|
||||
static final _syncTimeKey = "sync_time";
|
||||
static final _encryptedFilesSyncTimeKey = "encrypted_files_sync_time";
|
||||
static final _dbUpdationTimeKey = "db_updation_time";
|
||||
static final _diffLimit = 100;
|
||||
|
|
Loading…
Add table
Reference in a new issue