OSDN Git Service

util/set: helper to remove entry by key
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Mon, 25 Jun 2018 20:42:22 +0000 (13:42 -0700)
committerRafael Antognolli <rafael.antognolli@intel.com>
Thu, 12 Jul 2018 21:03:51 +0000 (14:03 -0700)
commitfa0c19d17b9b6308fdca01f609c167b3ea1e68ae
treef75e9e33e5ccc8766053931cc361d58c948abdf4
parentb034facfbc446b28f2cc92c32122849a25fb1001
util/set: helper to remove entry by key

v2: Add unit test. (Eric Anholt)

Reviewed-by: Eric Anholt <eric@anholt.net>
src/util/set.c
src/util/set.h
src/util/tests/set/set_test.cpp