]> granicus.if.org Git - clang/commit
Remove the check for repeated tok::eofs, we are not supposed to go past eof so this...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 12 Jul 2010 21:41:41 +0000 (21:41 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 12 Jul 2010 21:41:41 +0000 (21:41 +0000)
commit8951bfde1d72a376b6932a4e14957629701d3481
treeb92b0b7f28335cdd911f2694d7e5319de6f45f3c
parent0a67eddc8fa2d6d1319deff0d52850f079753b2a
Remove the check for repeated tok::eofs, we are not supposed to go past eof so this code is
totally unnecessary.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108199 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPCaching.cpp