Re: [Mesa-dev] [PATCH mesa] intel/batch-decoder: remove never-used function

2018-10-29 Thread Lionel Landwerlin
Feel free to remove it from src/intel/tools/aubinator_viewer_decoder.cpp too. Reviewed-by: Lionel Landwerlin Thanks, - Lionel On 28/10/2018 17:09, Eric Engestrom wrote: This function was there when the file was introduced in commit 38f10d5a03542c60a589 "intel: tools: add aubinator viewer",

[Mesa-dev] [PATCH mesa] intel/batch-decoder: remove never-used function

2018-10-28 Thread Eric Engestrom
This function was there when the file was introduced in commit 38f10d5a03542c60a589 "intel: tools: add aubinator viewer", but was never actually used. Cc: Lionel Landwerlin Signed-off-by: Eric Engestrom --- Lionel, was this function no longer needed in the final revision of this commit, or did y