Remove: AutoFreeSmallVector.
commit8b1880187a15173c11b9aeed69db3d8be2fd36b3
authorMichael Lutz <michi@icosahedron.de>
Tue, 2 Apr 2019 19:31:41 +0000 (2 21:31 +0200)
committerMichael Lutz <michi@icosahedron.de>
Tue, 9 Apr 2019 20:45:15 +0000 (9 22:45 +0200)
tree8abca4db0ddcc12e1eabee95f2b5b8624bd89ed9
parente804173595d49a537503ea08bec4663117bae047
Remove: AutoFreeSmallVector.

The last use was for storing a list of memory blocks. As the way these lists are accessed is very
specific, it is easier to just write an explicit destructor instead of trying to exactly match the behaviour.
src/core/smallvec_type.hpp
src/network/network_client.cpp
src/saveload/saveload.cpp