summaryrefslogtreecommitdiff
path: root/lib/workqueue.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/workqueue.h
parent7087ced7add0978047fa9df0ad62f47134109a69 (diff)
parent66f99ce5920452d4a90199af1d3f4b4982e68e2a (diff)
Merge pull request #2652 from LabNConsulting/working/master/confdate_cleanup
Simplify deprecation check
Diffstat (limited to 'lib/workqueue.h')
-rw-r--r--lib/workqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/workqueue.h b/lib/workqueue.h
index 6085820393..fe1700f8de 100644
--- a/lib/workqueue.h
+++ b/lib/workqueue.h
@@ -154,7 +154,7 @@ extern struct work_queue *work_queue_new(struct thread_master *, const char *);
* The usage of work_queue_free is being transitioned to pass
* in the double pointer to remove use after free's.
*/
-#if defined(VERSION_TYPE_DEV) && CONFDATE > 20190205
+#if CONFDATE > 20190205
CPP_NOTICE("work_queue_free without double pointer is deprecated, please fixup")
#endif
extern void work_queue_free_and_null(struct work_queue **);