diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-02-17 21:33:26 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-02-17 21:33:26 +0100 |
| commit | 237ee42d7aba086fb065f7de77f16c77ae8bf64a (patch) | |
| tree | 82232678e167a95336eeb2eb037761a6b5e0033d /lib | |
| parent | 6f58043b63c80a8dbb2536472f38f82a9baf1226 (diff) | |
| parent | 70abec3d71d1370b7c57d241314d3c84d7aaf282 (diff) | |
Merge branch 'frr/pull/213' ("*: remove QUAGGA_NO_DEPRECATED_INTERFACES")
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/linklist.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/linklist.h b/lib/linklist.h index 052025a86c..cd6e2f13aa 100644 --- a/lib/linklist.h +++ b/lib/linklist.h @@ -135,15 +135,4 @@ extern void list_add_list (struct list *, struct list *); (L)->count--; \ } while (0) -/* Deprecated: 20050406 */ -#if !defined(QUAGGA_NO_DEPRECATED_INTERFACES) -#warning "Using deprecated libfrr interfaces" -#define LISTNODE_ADD(L,N) LISTNODE_ATTACH(L,N) -#define LISTNODE_DELETE(L,N) LISTNODE_DETACH(L,N) -#define nextnode(X) ((X) = (X)->next) -#define getdata(X) listgetdata(X) -#define LIST_LOOP(L,V,N) \ - for (ALL_LIST_ELEMENTS_RO (L,N,V)) -#endif /* QUAGGA_NO_DEPRECATED_INTERFACES */ - #endif /* _ZEBRA_LINKLIST_H */ |
