summaryrefslogtreecommitdiff
path: root/src/tests/eo/access/access_simple.c
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2015-09-28 15:48:17 +0100
committerTom Hacohen <tom@stosb.com>2015-09-28 15:52:50 +0100
commit9328524da41a7d0c7fdb1171ad755d962e282f0f (patch)
tree077d8ed01ec6e294ebebecbd012c5f6514ac8d6f /src/tests/eo/access/access_simple.c
parent35a482141d2fb3c64aa72ef57a432387915ab653 (diff)
downloadefl-9328524da41a7d0c7fdb1171ad755d962e282f0f.tar.gz
Eo: Remove EO_SENTINEL.
This was never really needed because we always had the count. Removing this now because we are already breaking API and ABI.
Diffstat (limited to 'src/tests/eo/access/access_simple.c')
-rw-r--r--src/tests/eo/access/access_simple.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/eo/access/access_simple.c b/src/tests/eo/access/access_simple.c
index accf54122f..55e55e0a57 100644
--- a/src/tests/eo/access/access_simple.c
+++ b/src/tests/eo/access/access_simple.c
@@ -34,7 +34,6 @@ EAPI EO_VOID_FUNC_BODYV(simple_a_set, EO_FUNC_CALL(a), int a);
static Eo_Op_Description op_descs[] = {
EO_OP_FUNC(simple_a_set, _a_set),
- EO_OP_SENTINEL
};
static const Eo_Event_Description *event_desc[] = {