summaryrefslogtreecommitdiff
path: root/isl_sample.h
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2008-09-09 10:09:34 +0200
committerSven Verdoolaege <skimo@kotnet.org>2008-10-11 23:37:28 +0200
commit7cd47d61a34916dd23e658e3b8bac9b2abfe8b1d (patch)
tree67402ef7f2793bc83f7169699891f0a92277898d /isl_sample.h
parent608fe1dc7d7df7c60b18af546ec719e3a4c7ee81 (diff)
downloadisl-7cd47d61a34916dd23e658e3b8bac9b2abfe8b1d.tar.gz
isl-7cd47d61a34916dd23e658e3b8bac9b2abfe8b1d.tar.bz2
isl-7cd47d61a34916dd23e658e3b8bac9b2abfe8b1d.zip
add struct_ctx field to isl_set and isl_map
Since isl_sets and isl_maps now know which isl_ctx they belong to, the isl_ctx argument of many functions can be dropped.
Diffstat (limited to 'isl_sample.h')
-rw-r--r--isl_sample.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/isl_sample.h b/isl_sample.h
index 26c8fe39..5a3aaeae 100644
--- a/isl_sample.h
+++ b/isl_sample.h
@@ -7,8 +7,7 @@
extern "C" {
#endif
-struct isl_vec *isl_basic_set_sample(struct isl_ctx *ctx,
- struct isl_basic_set *bset);
+struct isl_vec *isl_basic_set_sample(struct isl_basic_set *bset);
#if defined(__cplusplus)
}