Descriptionfix redundant typedef
This typedef with enum is redundant, besides here's the warning from compiler.
CXX(target) Release/obj.target/gr/src/gpu/gl/GrGLCreateDebugInterface.o
../src/gpu/gl/GrGLCreateDebugInterface.cpp:567:5: warning: ‘typedef’ was ignored in this declaration [enabled by default]
So I'd suggest to remove this.
BUG=
TEST=
Patch Set 1 #
MessagesTotal messages: 3
|