tests/util: Remove unused variable warning in fill_tiles_rgb16fp()
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 24 Feb 2020 02:33:32 +0000 (11:33 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Tue, 8 Dec 2020 08:41:51 +0000 (17:41 +0900)
commita706b1e328f0e176430746c347f2c9c9c8d7a591
treeb8eda463221514fd514e5aed68cde5d266a1ce5a
parentff6d0c64cf510586f6795819280a9ea180868079
tests/util: Remove unused variable warning in fill_tiles_rgb16fp()

There is an unused variable causing build warning in
fill_tiles_rgb16fp(). Remove the unused variable.

Change-Id: Ib25b08b954cf0e086a42a79319d48662f426ee54
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
tests/util/pattern.c