]> granicus.if.org Git - clang/commitdiff
remove stall comment
authorNuno Lopes <nunoplopes@sapo.pt>
Sun, 29 Nov 2009 17:07:16 +0000 (17:07 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Sun, 29 Nov 2009 17:07:16 +0000 (17:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90080 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/PPLexerChange.cpp

index 41ed991436b9e3b18093f4b96698d1ae032a6dd4..d5d6a6e972a49de4a827431424f839197bd8e780 100644 (file)
@@ -63,8 +63,7 @@ PreprocessorLexer *Preprocessor::getCurrentFileLexer() const {
 //===----------------------------------------------------------------------===//
 
 /// EnterSourceFile - Add a source file to the top of the include stack and
-/// start lexing tokens from it instead of the current buffer.  Return true
-/// on failure.
+/// start lexing tokens from it instead of the current buffer.
 void Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir) {
   assert(CurTokenLexer == 0 && "Cannot #include a file inside a macro!");
   ++NumEnteredSourceFiles;