util: kernel: Remove unused variable to fix build warning 95/277295/4 accepted/tizen/unified/20220707.133338 submit/tizen/20220707.024120
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 4 Jul 2022 18:53:39 +0000 (03:53 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 5 Jul 2022 10:17:10 +0000 (19:17 +0900)
commit3393781e7dd5e19df1205bc8512fe84a8c1dbcf8
tree675a4790aea7c8fdd94d098a62984c45085d6ed4
parente96eeca5255064761ee920da0359189d0af36f54
util: kernel: Remove unused variable to fix build warning

Fix the following warning.

   /home/abuild/rpmbuild/BUILD/pass-1.2.0/src/util/kernel.c:
               In function 'get_gpu_mem_info':
   /home/abuild/rpmbuild/BUILD/pass-1.2.0/src/util/kernel.c:435:6:
               warning: variable 'n' set but not used [-Wunused-but-set-variable]
     |  int n;

Change-Id: Ie763f9bf4f2aa61aa22535ca0209871359306419
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/util/kernel.c