]> git.puffer.fish Git - mirror/frr.git/commit
libs: remove useless static work_queue_free helper 3752/head
authorMark Stapp <mjs@voltanet.io>
Thu, 7 Feb 2019 18:54:50 +0000 (13:54 -0500)
committerMark Stapp <mjs@voltanet.io>
Thu, 7 Feb 2019 18:54:50 +0000 (13:54 -0500)
commit6b097e33797e64aa652df19f87cfa00384884a3a
tree72d38ed9ee5c8f555a2e4462df9c072a0f6996c6
parentb7777b57c48a08b50e77f85663067609808b408d
libs: remove useless static work_queue_free helper

Collapse the old static free function into the actual public
function that was using it (and the only user of it.)

Signed-off-by: Mark Stapp <mjs@voltanet.io>
lib/workqueue.c