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

Commit 0cbd6b8

Browse files
author
Sven Verdoolaege
committed
drop unused variant of makeContext
1 parent d26f79a commit 0cbd6b8

File tree

1 file changed

+0
-10
lines changed
  • include/tc/core/polyhedral

1 file changed

+0
-10
lines changed

include/tc/core/polyhedral/scop.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,6 @@ struct Scop {
128128
return makeSpecializationSet(s, sizes);
129129
}
130130

131-
// Returns a set that specializes the (positional) scop's subset of
132-
// parameter space to the integer values passed to the function.
133-
template <typename T>
134-
isl::set makeContext(
135-
const std::unordered_map<int, T>& sizes =
136-
std::unordered_map<int, T>()) const {
137-
auto s = domain().get_space().params();
138-
return makeSpecializationSet(s, sizes);
139-
}
140-
141131
// Returns a set that specializes the named scop's subset of
142132
// parameter space to the integer values passed to the function.
143133
template <typename T>

0 commit comments

Comments
 (0)