diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-07-23 08:46:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-23 08:46:26 -0400 |
| commit | c4aee4fe3133127f16d3967e74e52b262438d57f (patch) | |
| tree | c823c34d984a9ca610c878b423e807e12ba2012b /lib/stream.h | |
| parent | 7087ced7add0978047fa9df0ad62f47134109a69 (diff) | |
| parent | 66f99ce5920452d4a90199af1d3f4b4982e68e2a (diff) | |
Merge pull request #2652 from LabNConsulting/working/master/confdate_cleanup
Simplify deprecation check
Diffstat (limited to 'lib/stream.h')
| -rw-r--r-- | lib/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream.h b/lib/stream.h index 11af85c663..e808f039c6 100644 --- a/lib/stream.h +++ b/lib/stream.h @@ -133,7 +133,7 @@ struct stream_fifo { #define STREAM_CONCAT_REMAIN(S1, S2, size) ((size) - (S1)->endp - (S2)->endp) /* deprecated macros - do not use in new code */ -#if defined(VERSION_TYPE_DEV) && CONFDATE > 20181128 +#if CONFDATE > 20181128 CPP_NOTICE("lib: time to remove deprecated stream.h macros") #endif #define STREAM_PNT(S) stream_pnt((S)) |
