commit | 8602aea4e5edd0cb455fca03237e430babe0b6f2 | [log] [tgz] |
---|---|---|
author | Tony Gutierrez <anthony.gutierrez@amd.com> | Mon Feb 27 13:18:51 2017 -0500 |
committer | Tony Gutierrez <anthony.gutierrez@amd.com> | Mon Feb 27 13:18:51 2017 -0500 |
tree | 80ba85e6d38c76a65a0d2f1c901e25073e689ecd | |
parent | 833fb10ed48ea3bcd7dff5ae0768a119db415f4e [diff] |
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.