diff --git a/examples/btree.cc b/examples/btree.cc index 9d56419..4ff8e23 100644 --- a/examples/btree.cc +++ b/examples/btree.cc @@ -4,11 +4,7 @@ int main() { - phmap::btree_multimap foo; - for (auto it = foo.begin(); it != foo.end(); it++) { - } - - // initialise map with some values using an initializer_list + // initialise map with some values using an initializer_list phmap::btree_map map = { { "John", 35 }, { "Jane", 32 },