Remove proguard config for removed class

Change-Id: Ic926aa18d6d8a889c20c7f850a200774188ad422
This commit is contained in:
Paul Westbrook 2014-06-17 01:37:43 -07:00
parent 28543e99ab
commit 57dbc3bf02
1 changed files with 0 additions and 9 deletions

View File

@ -22,11 +22,6 @@
*** apply();
}
-keepclasseswithmembers class com.android.emailcommon.utility.Utility$CloseTraceCursorWrapper {
*** getTraceIfAvailable(android.database.Cursor);
*** log(android.database.Cursor);
}
-keep class * extends org.apache.james.mime4j.util.TempStorage
# Keep names that are used only by unit tests or by animators
@ -56,10 +51,6 @@
*** isFirstUtf8Byte(byte);
*** replaceBareLfWithCrlf(java.lang.String);
}
-keepclasseswithmembers class com.android.emailcommon.utility.Utility$CloseTraceCursorWrapper {
*** getTraceIfAvailable(android.database.Cursor);
*** log(android.database.Cursor);
}
-keepclasseswithmembers class com.android.email.provider.EmailProvider {
*** getReadableDatabase(android.content.Context);