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

Commit b5cab257 authored by Yi Kong's avatar Yi Kong
Browse files

Fix an instance of -Wunused-but-set-variable.

Test: presubmit
Bug: 197240255
Change-Id: Iedb28903cfada8d23e931196b72059a0fc8797aa
parent f6641012
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;
}

}