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/zclient.h | |
| parent | 7087ced7add0978047fa9df0ad62f47134109a69 (diff) | |
| parent | 66f99ce5920452d4a90199af1d3f4b4982e68e2a (diff) | |
Merge pull request #2652 from LabNConsulting/working/master/confdate_cleanup
Simplify deprecation check
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index ad98b8db87..10a1723010 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -457,7 +457,7 @@ struct zclient_options { extern struct zclient *zclient_new(struct thread_master *); /* clang-format off */ -#if defined(VERSION_TYPE_DEV) && CONFDATE > 20181101 +#if CONFDATE > 20181101 CPP_NOTICE("zclient_new_notify can take over or zclient_new now"); #endif /* clang-format on */ @@ -598,7 +598,7 @@ extern void zebra_interface_if_set_value(struct stream *, struct interface *); extern void zebra_router_id_update_read(struct stream *s, struct prefix *rid); /* clang-format off */ -#if defined(VERSION_TYPE_DEV) && CONFDATE > 20180823 +#if CONFDATE > 20180823 CPP_NOTICE("zapi_ipv4_route, zapi_ipv6_route, zapi_ipv4_route_ipv6_nexthop as well as the zapi_ipv4 and zapi_ipv6 data structures should be removed now"); #endif /* clang-format on */ |
