Skip to content

Commit

Permalink
[Serialization] Remove unused declaration SLocCursorForID
Browse files Browse the repository at this point in the history
The corresponding function body was removed by:

  commit 925296b
  Author: Douglas Gregor <dgregor@apple.com>
  Date:   Tue Jul 19 16:10:42 2011 +0000
  • Loading branch information
kazutakahirata committed May 27, 2023
1 parent e396c37 commit 7954368
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/include/clang/Serialization/ASTReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,6 @@ class ASTReader
void ReadModuleOffsetMap(ModuleFile &F) const;
void ParseLineTable(ModuleFile &F, const RecordData &Record);
llvm::Error ReadSourceManagerBlock(ModuleFile &F);
llvm::BitstreamCursor &SLocCursorForID(int ID);
SourceLocation getImportLocation(ModuleFile *F);
void readIncludedFiles(ModuleFile &F, StringRef Blob, Preprocessor &PP);
ASTReadResult ReadModuleMapFileBlock(RecordData &Record, ModuleFile &F,
Expand Down

0 comments on commit 7954368

Please sign in to comment.