summaryrefslogtreecommitdiffstats
path: root/lib/stream.h
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2018-11-29 17:13:15 +0100
committerMark Stapp <mjs@voltanet.io>2018-11-29 17:13:15 +0100
commit26c08e954da547a33bd921128346b2fce900aee6 (patch)
tree8f58a5be066526f4963b7111da852fa547b5b594 /lib/stream.h
parentMerge pull request #3373 from nitinsoniism/show_evpn_arp_cache_vni_all_detail (diff)
downloadfrr-26c08e954da547a33bd921128346b2fce900aee6.tar.xz
frr-26c08e954da547a33bd921128346b2fce900aee6.zip
lib,bgpd: remove deprecated stream lib macros
A couple of deprecated lib/stream macros have aged out; remove them, and replace the one remaining use. Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'lib/stream.h')
-rw-r--r--lib/stream.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/stream.h b/lib/stream.h
index ef9366e1a..32b6fb5af 100644
--- a/lib/stream.h
+++ b/lib/stream.h
@@ -133,13 +133,6 @@ struct stream_fifo {
#define STREAM_CONCAT_REMAIN(S1, S2, size) ((size) - (S1)->endp - (S2)->endp)
-/* deprecated macros - do not use in new code */
-#if CONFDATE > 20181128
-CPP_NOTICE("lib: time to remove deprecated stream.h macros")
-#endif
-#define STREAM_PNT(S) stream_pnt((S))
-#define STREAM_REMAIN(S) STREAM_WRITEABLE((S))
-
/* this macro is deprecated, but not slated for removal anytime soon */
#define STREAM_DATA(S) ((S)->data)