OSDN Git Service

Remove various dead code
authorRichard Avelar <csravelar@gmail.com>
Wed, 18 Apr 2018 19:12:28 +0000 (12:12 -0700)
committerKalyan Kondapally <kalyan.kondapally@intel.com>
Thu, 26 Apr 2018 02:11:27 +0000 (19:11 -0700)
commitbef7a32244a752830042f4bfe502192964b190a1
treedc65f8294d3226b97901a973094c2e3f41b42a7d
parentc85aba8fc50572ccda4e9026932e7523e373091d
Remove various dead code

utils_alios.h had an unnecessary assignment

yallocbufferhandler.h had an unused member

gralloc1bufferhandler.h had an unused member

iahwc2.cpp and .h had a color_mode_ that was not used anywhere

gbmbufferhandler.cpp needs a fixme note since I am not sure why
the mod variable is being used outside of the if statement when it
isn't initialized to begin with.

Jira: None
Test: HWC build passes without errors
Signed-off-by: Richard Avelar <richard.avelar@intel.com>
os/alios/utils_alios.h
os/alios/yallocbufferhandler.h
os/android/iahwc2.cpp
os/android/iahwc2.h
os/linux/gbmbufferhandler.cpp