Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68d228c7 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Android Git Automerger
Browse files

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

* commit 'f1420329':
  Remove unused function
parents 8f70a255 f1420329
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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];