lexmin.cc: order_cache: use clear instead of resize(0) to clear cache
commit7a530eea88c26701061b1e7679635dea6d12701e
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 2 Sep 2016 09:12:25 +0000 (2 11:12 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 5 Jan 2017 10:51:12 +0000 (5 11:51 +0100)
treed435cb25a86b23b41c0be472c25b042a10ff1c7b
parent089554b0596601a82807b25d44016d84de31ae16
lexmin.cc: order_cache: use clear instead of resize(0) to clear cache

This clarifies the intention of the code.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
lexmin.cc