[ATORawGather] Remove unreferenced local variable (#4418)

This is causing VS2022 builds to fail with warnings-as-errors enabled.
This commit is contained in:
Justin Holewinski 2022-04-26 17:55:41 -07:00 коммит произвёл GitHub
Родитель ff7580a1fa
Коммит e3a853a657
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -4698,7 +4698,6 @@ TEST_F(ExecutionTest, ATORawGather) {
static const int NumThreadsX = 32;
static const int NumThreadsY = 32;
static const int ThreadsPerGroup = NumThreadsX * NumThreadsY;
const size_t valueSize = ThreadsPerGroup;
// Create an array of texture variants with the raw texture base class
// Then plug them into DoRawGather to perform the test and evaluate the results for each