Use unordered_map in schemarouter

The shard map doesn't have to be in order and an unordered map will do
just fine.
This commit is contained in:
Markus Mäkelä
2017-07-04 13:01:04 +03:00
parent 11d494ef33
commit 71bc67b694
4 changed files with 16 additions and 19 deletions

View File

@ -32,7 +32,6 @@
#include <maxscale/spinlock.h>
using std::string;
using std::map;
namespace schemarouter
{