gpu-compute: remove unnecessary member from class
authorTony Gutierrez <anthony.gutierrez@amd.com>
Mon, 27 Feb 2017 18:18:51 +0000 (13:18 -0500)
committerTony Gutierrez <anthony.gutierrez@amd.com>
Mon, 27 Feb 2017 18:18:51 +0000 (13:18 -0500)
commit8602aea4e5edd0cb455fca03237e430babe0b6f2
tree80ba85e6d38c76a65a0d2f1c901e25073e689ecd
parent833fb10ed48ea3bcd7dff5ae0768a119db415f4e
gpu-compute: remove unnecessary member from class

The clang compiler complains that the wavefront member in
the GpuISA class is unused. This changeset removes the member,
because it does not appear serve a purpose.
src/arch/hsail/gpu_isa.hh
src/gpu-compute/wavefront.cc