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

Commit 654f9a53 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 am: daa2a19c am: fdf7486a

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

Change-Id: I3e9b52912f94db42f02a31e19047187c0e66faa7
parents 6ef9f5e2 fdf7486a
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;
}

}