Skip to content

Commit ef6bd1e

Browse files
committed
taco: remove unused vector
1 parent ceda3d0 commit ef6bd1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

taco/ufuncs.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ static void bench_suitesparse_ufunc(benchmark::State& state, Func op) {
289289
}
290290

291291
static void applySuiteSparse(benchmark::internal::Benchmark* b) {
292-
std::vector<int64_t> args(ssTensors.tensors.size());
293292
for (int i = 0; i < ssTensors.tensors.size(); i++) {
294293
b->Arg(i);
295294
}

0 commit comments

Comments
 (0)