@ -151,7 +151,6 @@ public class BridgeProvider extends ContentProvider {
return matrixCursor;
}
private int importPrivateKey(Uri uri, ContentValues values) {
String cert = values.containsKey("cert") ? values.getAsString("cert") : null;
String path = values.containsKey("path") ? values.getAsString("path") : null;