]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/workqueue.h
Merge pull request #3356 from opensourcerouting/router-id-loopbacks
[mirror_frr.git] / lib / workqueue.h
index 6085820393d65865809bd06760c1b70759b2eb99..fe1700f8ded5aaf79eff7b3a232d9e51c1cdac29 100644 (file)
@@ -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 **);