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

Commit daa2a19c authored by Yi Kong's avatar Yi Kong Committed by Automerger Merge Worker
Browse files

Merge "Fix an instance of -Wunused-but-set-variable." am: c10adebe

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1829955

Change-Id: I7095f3e7ce171f0be9402d91475b74e623316545
parents cc3fb6dd c10adebe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ int register_android_graphics_DrawFilter(JNIEnv* env) {
    result |= RegisterMethodsOrDie(env, "android/graphics/PaintFlagsDrawFilter", paintflags_methods,
                                   NELEM(paintflags_methods));

    return 0;
    return result;
}

}