Remove unused code in lib/axmap.c
authorMichael Kelley <mikelley@microsoft.com>
Fri, 17 Aug 2018 21:49:49 +0000 (14:49 -0700)
committerMichael Kelley <mikelley@microsoft.com>
Fri, 17 Aug 2018 21:49:49 +0000 (14:49 -0700)
commit59f15720e4997c1bc8edd9bb0e2738d4d485c6a6
treee3f590dcaf13e7f04e3a3aa455291bbefb1441da
parent54deacf4eadb79fda9b0f5d62633592ebf5188c0
Remove unused code in lib/axmap.c

With the new axmap_next_free() implementation, the "first_free" cache
is no longer used.  Remove all references to it.  Also axmap_clear()
is never referenced, so remove it and related code.
lib/axmap.c
lib/axmap.h