summaryrefslogtreecommitdiffstats
path: root/nest/rt-attr.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/rt-attr.c')
-rw-r--r--nest/rt-attr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c
index 8daebae..de63198 100644
--- a/nest/rt-attr.c
+++ b/nest/rt-attr.c
@@ -71,7 +71,6 @@ ea__find(ea_list *e, unsigned id)
while (e)
{
- /*
if (e->flags & EALF_BISECT)
{
l = 0;
@@ -89,7 +88,6 @@ ea__find(ea_list *e, unsigned id)
}
}
else
- */
for(m=0; m<e->count; m++)
if (e->attrs[m].id == id)
return &e->attrs[m];