]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Removed rta_find() since nobody uses it and it's more convenient
authorMartin Mares <mj@ucw.cz>
Fri, 2 Jun 2000 12:29:24 +0000 (12:29 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 2 Jun 2000 12:29:24 +0000 (12:29 +0000)
to use ea_find() directly.

nest/route.h

index 6d8cc6bec72a622f7d55afdd9d9a5f49fb38b8e4..72b84e54460848215817cc94b0f30269ab2eb5ed 100644 (file)
@@ -348,7 +348,6 @@ void rta__free(rta *r);
 static inline void rta_free(rta *r) { if (r && !--r->uc) rta__free(r); }
 void rta_dump(rta *);
 void rta_dump_all(void);
-static inline eattr * rta_find(rta *a, unsigned ea) { return ea_find(a->eattrs, ea); }
 void rta_show(struct cli *, rta *, ea_list *);
 
 extern struct protocol *attr_class_to_protocol[EAP_MAX];