cleanup removed unused locals

This commit is contained in:
Eric House 2020-09-04 11:04:33 -07:00
parent 0ba4c5a092
commit 8a28be2b9c

View file

@ -2303,9 +2303,6 @@ public class DBUtils {
public static String getStringFor( Context context, String key, String dflt )
{
String selection = String.format( "%s = '%s'", DBHelper.KEY, key );
String[] columns = { DBHelper.VALUE };
initDB( context );
synchronized( s_dbHelper ) {
dflt = getStringForSync( s_db, key, dflt );