Remove unused variable.
Test: atest FrameworksCoreTests:SettingsProviderTest Change-Id: Ibcf5fbecf21911221427343854d0bc83d112f28c
This commit is contained in:
@@ -154,7 +154,6 @@ public class SettingsProvider extends ContentProvider {
|
||||
private static final String TABLE_SYSTEM = "system";
|
||||
private static final String TABLE_SECURE = "secure";
|
||||
private static final String TABLE_GLOBAL = "global";
|
||||
private static final String TABLE_CONFIG = "config";
|
||||
|
||||
// Old tables no longer exist.
|
||||
private static final String TABLE_FAVORITES = "favorites";
|
||||
|
||||
Reference in New Issue
Block a user