Lioncash 2f2aab963d SymbolDB: Simplify GetSymbolsFromHash
Given a std::map can't have duplicate keys, iterating over the map
explicitly isn't necessary, and find() can just be used instead.

Also, instead of manually calling push_back() for every entry to
be added, the range constructor of std::vector can be used instead to add
the whole range all at once.
2017-02-18 06:30:20 -05:00
..
2016-12-06 20:33:53 +01:00
2016-10-29 13:35:23 +02:00
2017-01-14 11:16:02 -05:00
2015-05-25 13:11:47 +02:00
2017-01-14 19:00:19 +01:00
2017-02-05 11:36:48 +01:00
2017-02-05 11:36:48 +01:00
2016-01-21 21:16:51 +01:00
2017-02-05 11:36:48 +01:00
2016-07-16 22:48:46 +02:00
2016-07-16 22:48:46 +02:00
2016-09-24 22:41:53 +02:00
2017-01-12 21:30:11 +01:00
2017-01-12 21:30:11 +01:00
2017-01-17 20:46:48 -05:00
2017-01-17 20:46:48 -05:00
2017-01-12 21:30:11 +01:00
2017-01-12 21:30:11 +01:00
2017-01-24 03:31:51 +01:00
2017-01-28 02:48:56 +01:00
2017-01-28 02:48:56 +01:00