mesa: Fold _mesa_record_error into its only caller
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 12 Dec 2017 17:05:46 +0000 (09:05 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 3 Jan 2018 00:23:50 +0000 (16:23 -0800)
commitd80be517750ba5e89432f962175bf996a6f52ce0
treeb42633fb30e9a3e5d9e7035f619facbb04c83cc4
parent0158565924564ec2edca7acd0ccbc33a369ea50d
mesa: Fold _mesa_record_error into its only caller

Also, the comment on _mesa_record_error was wrong.
dd_function_table::Error was not called because that function does not
exist.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/mesa/main/context.c
src/mesa/main/context.h
src/mesa/main/errors.c