am a3b1ea33: am e57b3991: Merge "Remove unused function"

* commit 'a3b1ea33368b72209f72ad21b512b1c755ce05aa':
  Remove unused function
This commit is contained in:
Chih-Hung Hsieh
2014-11-25 18:52:20 +00:00
committed by Android Git Automerger

View File

@@ -41,14 +41,6 @@ static struct parcel_file_descriptor_offsets_t
jmethodID mConstructor;
} gParcelFileDescriptorOffsets;
static void checkAndClearExceptionFromCallback(JNIEnv* env, const char* methodName) {
if (env->ExceptionCheck()) {
ALOGE("An exception was thrown by callback '%s'.", methodName);
LOGE_EX(env);
env->ExceptionClear();
}
}
static void set_accessory_string(JNIEnv *env, int fd, int cmd, jobjectArray strArray, int index)
{
char buffer[256];