Re: [pulseaudio-discuss] [PATCH 1/5] bluetooth: Remove adapter_remove_all()

2013-10-01 Thread João Paulo Rechi Vita
On Sun, Sep 29, 2013 at 12:49 PM, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: The function was redundant, because all it did was call adapter_free() for each adapter in the hashmap, and that can be delegated to pa_hashmap when freeing or emptying it. ---

[pulseaudio-discuss] [PATCH 1/5] bluetooth: Remove adapter_remove_all()

2013-09-29 Thread Tanu Kaskinen
The function was redundant, because all it did was call adapter_free() for each adapter in the hashmap, and that can be delegated to pa_hashmap when freeing or emptying it. --- src/modules/bluetooth/bluez5-util.c | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff