drop pet_expr_access_get_access
commitd76cd283d0f5f3f81f65843d25ff1b6bd1b013df
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 26 Mar 2014 09:20:46 +0000 (26 10:20 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 20 Jun 2014 14:29:16 +0000 (20 16:29 +0200)
tree648f1ef51cce08567134bf0a5e0e1c8f16a56de3
parentb6686eae32779c35af3561d6af118200f3a336b9
drop pet_expr_access_get_access

In a future commit, we will only keep track of access relation(s)
when they cannot be trivially derived from the index expression.
In principle it would be possible to keep pet_expr_access_get_access and
to generate an access relation on-the-fly, but it seems best to ensure
that outside users of pet_expr objects do not make use of any access
relation as we will also change the type of the access relations
in a future commit.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
expr.c
expr.h