summaryrefslogtreecommitdiff
path: root/lib/linklist.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-07-23 08:46:26 -0400
committerGitHub <noreply@github.com>2018-07-23 08:46:26 -0400
commitc4aee4fe3133127f16d3967e74e52b262438d57f (patch)
treec823c34d984a9ca610c878b423e807e12ba2012b /lib/linklist.h
parent7087ced7add0978047fa9df0ad62f47134109a69 (diff)
parent66f99ce5920452d4a90199af1d3f4b4982e68e2a (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.h2
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