test commit. Remove previously added line.

llvm-svn: 53524
This commit is contained in:
Cedric Venet 2008-07-13 19:42:06 +00:00
parent 501c3b67fd
commit 455298f2d6
1 changed files with 0 additions and 1 deletions

View File

@ -32,4 +32,3 @@ This specific diagnostic is implemented, but others should be updated.
C++ (checker): For iterators, warn of the use of "iterator++" instead
of "++iterator" when when the value returned by operator++(int) is
ignored.