i965/cfg: Throw out confusing make_list method.
authorMatt Turner <mattst88@gmail.com>
Tue, 26 Nov 2013 23:25:44 +0000 (15:25 -0800)
committerMatt Turner <mattst88@gmail.com>
Thu, 5 Dec 2013 04:05:42 +0000 (20:05 -0800)
commitc6450fa963b7eefbbc0ba5e00d42f1a4efba092b
treec714417690db50cf8a0ef7af51cd9a44e3bb9de3
parentf3bce19f6c85e2b38c5562e6f4f9d71521fa369f
i965/cfg: Throw out confusing make_list method.

make_list is just a one-line wrapper and was confusingly called by
NULL objects. E.g., cur_if == NULL; cur_if->make_list(mem_ctx).

Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_cfg.cpp
src/mesa/drivers/dri/i965/brw_cfg.h