gpu-compute,misc: Remove unused private variable
authorBobby R. Bruce <bbruce@ucdavis.edu>
Tue, 2 Feb 2021 19:53:30 +0000 (11:53 -0800)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Wed, 3 Feb 2021 19:08:02 +0000 (19:08 +0000)
commita4345ff3246ddda900526334e463634ff6f5c0a4
treef3ca50a472cfdd305354fda0e9d0805164707237
parentae33daa8d75723c1714c12497a042fdb40d3ef02
gpu-compute,misc: Remove unused private variable

Clang 9 fails to compile GCN3 due to the unused private variable,
`_nxtFreeIdx`, in `src/gpu-compute/dyn_pool_manager.hh`. This variable
has therefore been removed.

Change-Id: I33f2e9634bbf8d5cea7a42ae2ac9f3ea8298d406
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/40397
Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com>
Maintainer: Matt Sinclair <mattdsinclair@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/gpu-compute/dyn_pool_manager.hh