Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 09a3313

Browse files
author
Sven Verdoolaege
committed
halide2isl.cc: extractAccess: drop unused variable
This variable was never used, not even in prehistory.
1 parent 4d83379 commit 09a3313

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/core/halide2isl.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,6 @@ isl::map extractAccess(
252252
isl::space tagSpace = paramSpace.set_tuple_name(isl::dim_type::set, tag);
253253
domainSpace = domainSpace.product(tagSpace);
254254

255-
// The tensor's storage space is really a set, rather than a
256-
// space, but for now we'll ignore the fact that it is bounded.
257-
isl::set range = isl::set::universe(rangeSpace);
258-
259255
// Start with a totally unconstrained relation - every point in
260256
// the iteration domain could write to every point in the allocation.
261257
isl::map map =

0 commit comments

Comments
 (0)