Commit bf683b03 authored by Lucas Russo's avatar Lucas Russo

dev_io/dev_io_core.c: fix unused label on *destroy_actor ()

parent f3f8f83f
......@@ -783,7 +783,6 @@ static devio_err_e _devio_destroy_actor (devio_t *self, zactor_t **actor)
DBE_DEBUG (DBG_DEV_IO | DBG_LVL_INFO, "[dev_io_core] Destroying actor %p\n", *actor);
zactor_destroy (actor);
err_msg_alloc:
return err;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment