Skip to content

Commit 481a0d4

Browse files
committed
Remove change checked-in by mistake
1 parent 16287cc commit 481a0d4

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

examples/btree.cc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44

55
int main()
66
{
7-
phmap::btree_multimap<int, int> foo;
8-
for (auto it = foo.begin(); it != foo.end(); it++) {
9-
}
10-
11-
// initialise map with some values using an initializer_list
7+
// initialise map with some values using an initializer_list
128
phmap::btree_map<std::string, int> map =
139
{ { "John", 35 },
1410
{ "Jane", 32 },

0 commit comments

Comments
 (0)