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/linklist.h | |
| parent | 7087ced7add0978047fa9df0ad62f47134109a69 (diff) | |
| parent | 66f99ce5920452d4a90199af1d3f4b4982e68e2a (diff) | |
Merge pull request #2652 from LabNConsulting/working/master/confdate_cleanup
Simplify deprecation check
Diffstat (limited to 'lib/linklist.h')
| -rw-r--r-- | lib/linklist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/linklist.h b/lib/linklist.h index 1e2631ea46..cee6c1e505 100644 --- a/lib/linklist.h +++ b/lib/linklist.h @@ -232,7 +232,7 @@ extern void list_sort(struct list *list, * and remove list_delete_original and the list_delete #define * Additionally remove list_free entirely */ -#if defined(VERSION_TYPE_DEV) && CONFDATE > 20181001 +#if CONFDATE > 20181001 CPP_NOTICE("list_delete without double pointer is deprecated, please fixup") #endif |
