Skip to content

Commit b1556f1

Browse files
authored
Remove unused variable. NFC (#199)
1 parent f4ba71c commit b1556f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/API/VK/Device.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ class VKDevice : public offloadtest::Device {
377377
}
378378

379379
llvm::Error createBuffers(Pipeline &P, InvocationState &IS) {
380-
const uint32_t HeapIndex = 0;
381380
for (auto &D : P.Sets) {
382381
for (auto &R : D.Resources) {
383382
if (auto Err = createBuffer(R, IS))

0 commit comments

Comments
 (0)