summaryrefslogtreecommitdiff
path: root/attrib/gattrib.c
diff options
context:
space:
mode:
Diffstat (limited to 'attrib/gattrib.c')
-rw-r--r--attrib/gattrib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/attrib/gattrib.c b/attrib/gattrib.c
index f67843534..fa51b6d49 100644
--- a/attrib/gattrib.c
+++ b/attrib/gattrib.c
@@ -391,9 +391,6 @@ static bool match_event(struct event *evt, const uint8_t *pdu, gsize len)
{
guint16 handle;
- if (evt->expected == GATTRIB_ALL_EVENTS)
- return true;
-
if (is_request(pdu[0]) && evt->expected == GATTRIB_ALL_REQS)
return true;