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)
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.


No differences found