pan/midgard: Remove pack_color define
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 23 Jan 2020 20:37:35 +0000 (15:37 -0500)
committerMarge Bot <eric+marge@anholt.net>
Fri, 24 Jan 2020 18:53:31 +0000 (18:53 +0000)
commit7d52b3a18bb4263608faf9cd44cfd6d9b1aee474
treee855b4f170cee2706b3d205162a8e04b2d7e0f9e
parent6c95ea6bd721c62e123961d6a778c63a9f5d9381
pan/midgard: Remove pack_color define

Unused at the moment.

../src/panfrost/midgard/midgard_compile.c:124:29: warning: ‘m_pack_colour’ defined but not used [-Wunused-function]
  124 |  static midgard_instruction m_##name(unsigned ssa, unsigned address) { \
      |                             ^~
../src/panfrost/midgard/midgard_compile.c:145:22: note: in expansion of macro ‘M_LOAD_STORE’
  145 | #define M_LOAD(name) M_LOAD_STORE(name, false)
      |                      ^~~~~~~~~~~~
../src/panfrost/midgard/midgard_compile.c:213:1: note: in expansion of macro ‘M_LOAD’
  213 | M_LOAD(pack_colour);
      | ^~~~~~

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3543>
src/panfrost/midgard/midgard_compile.c