remove obsolete comment.

llvm-svn: 39868
This commit is contained in:
Chris Lattner 2007-07-15 06:46:25 +00:00
parent 3fc74e2468
commit b1711e8485
1 changed files with 0 additions and 3 deletions

View File

@ -496,9 +496,6 @@ void MacroExpander::Lex(LexerToken &Tok) {
// that captures all of this.
if (InstantiateLoc.isValid()) { // Don't do this for token streams.
SourceManager &SrcMgr = PP.getSourceManager();
// The token could have come from a prior macro expansion. In that case,
// ignore the macro expand part to get to the physloc. This happens for
// stuff like: #define A(X) X A(A(X)) A(1)
Tok.setLocation(SrcMgr.getInstantiationLoc(Tok.getLocation(),
InstantiateLoc));
}