summaryrefslogtreecommitdiffstats
path: root/lib/workqueue.h
diff options
context:
space:
mode:
authorLou Berger <lberger@labn.net>2018-07-10 22:02:58 +0200
committerLou Berger <lberger@labn.net>2018-07-10 22:19:37 +0200
commit308fea4ced2923a8988ad473e26662d56010a5ee (patch)
tree2fd22c6bbf83a2e3cf2f6ab9a7caeae2005cb696 /lib/workqueue.h
parentdoc: update doc to no longer requires use of VERSION_TYPE_DEV (diff)
downloadfrr-308fea4ced2923a8988ad473e26662d56010a5ee.tar.xz
frr-308fea4ced2923a8988ad473e26662d56010a5ee.zip
lib: remove VERSION_TYPE_DEV from CONFDATE checks
Signed-off-by: Lou Berger <lberger@labn.net>
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 608582039..fe1700f8d 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 **);