Merge "Remove unused variable."

This commit is contained in:
Matt Pape
2019-11-14 16:13:46 +00:00
committed by Android (Google) Code Review

View File

@@ -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";