Remove FIXME fixed by djasper in r172066.

llvm-svn: 172097
This commit is contained in:
Nico Weber 2013-01-10 19:48:53 +00:00
parent 1489ed2b68
commit e5d643d21c
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ static void format() {
return;
}
FileID ID = createInMemoryFile(Code.get(), Sources, Files);
// FIXME: Pull this out into a common method and use here and in the tests.
Lexer Lex(ID, Sources.getBuffer(ID), Sources, getFormattingLangOpts());
SourceLocation Start =
Sources.getLocForStartOfFile(ID).getLocWithOffset(Offset);