vp9,update_mbgraph_frame_stats: rm unused variables
authorJames Zern <jzern@google.com>
Thu, 14 Apr 2022 05:16:30 +0000 (22:16 -0700)
committerJames Zern <jzern@google.com>
Thu, 14 Apr 2022 05:16:30 +0000 (22:16 -0700)
commita165f4ba64ec8c992ca57a1b4444cd4a19527dde
treea447e8d068f828123fd556491260845ad58d22cc
parentd387c89e86de35fe3f12b5c9db2919bc82f90157
vp9,update_mbgraph_frame_stats: rm unused variables

this quiets warnings under clang-13 of the form:
../vp9/encoder/vp9_mbgraph.c:222:42: warning: variable 'gld_y_offset'
set but not used [-Wunused-but-set-variable]

Change-Id: I32170b90c07058f780b4e8100ee5217232149db8
vp9/encoder/vp9_mbgraph.c