Skip to content

Commit a44cca0

Browse files
Remove non-existing method from SourceManager.h
1 parent d5fca51 commit a44cca0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/Basic/SourceManager.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1977,7 +1977,6 @@ class SourceManager : public RefCountedBase<SourceManager> {
19771977

19781978
SourceLocation getExpansionLocSlowCase(SourceLocation Loc) const;
19791979
SourceLocation getSpellingLocSlowCase(SourceLocation Loc) const;
1980-
SourceLocation getRefinedSpellingLocSlowCase(SourceLocation Loc) const;
19811980
SourceLocation getFileLocSlowCase(SourceLocation Loc) const;
19821981

19831982
FileIDAndOffset

0 commit comments

Comments
 (0)