Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a unit test.
authorDouglas Gregor <dgregor@apple.com>
Tue, 19 Feb 2013 18:26:07 +0000 (18:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 19 Feb 2013 18:26:07 +0000 (18:26 +0000)
commit1f1713ff7a53c9c491c59886984f6a0534ce3630
treec45abfb5e9ff2378d8a45abab4dd31fb8f64fdac
parent383c6fc458ebd2bb7748483de56a97b68f3a9f2d
Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a unit test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175538 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/MapVector.h
unittests/ADT/MapVectorTest.cpp