util: Use set_foreach instead of rolling our own
authorThomas Helland <thomashelland90@gmail.com>
Wed, 15 Apr 2015 21:08:19 +0000 (23:08 +0200)
committerThomas Helland <thomashelland90@gmail.com>
Wed, 14 Mar 2018 19:03:57 +0000 (20:03 +0100)
commit03e37ec6d720bb5d416e98d6f6d9663086939e4d
tree290bd3793a4192e4362b111bcd82bf6f493bc618
parent5f129c05e698157c4481cd1e80a4a1b2f43ef96c
util: Use set_foreach instead of rolling our own

This follows the same pattern as in the hash_table.

Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>
src/util/set.c