Remove excess const, a const_iterator shouldn't be const itself.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 6 Mar 2012 13:32:36 +0000 (13:32 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 6 Mar 2012 13:32:36 +0000 (13:32 +0000)
commite6f1355c38fb66b0bee35cb4d6ec93f07196d961
tree5e783a9234443c169f8cab95ea6ad32f57fde5d4
parent4e3e5dec1a2a479891b4081c1c715a97fd85644d
Remove excess const, a const_iterator shouldn't be const itself.

Fixes 1242 warnings from gcc during clang build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152120 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/TinyPtrVector.h