diff options
author | Chris Lattner <sabre@nondot.org> | 2009-01-16 22:59:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-01-16 22:59:51 +0000 |
commit | 4abb87ef149b98b5762eadaaf10c1ccf35dc7c41 (patch) | |
tree | 592ae39964841356a865f5cc987ef0887c03b14c /include/clang/Basic/SourceLocation.h | |
parent | 0cf7bb937d5ed21118eeb45a93eb916723cc75a1 (diff) |
elimiante FullSourceLoc::getCanonicalFileID
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceLocation.h')
-rw-r--r-- | include/clang/Basic/SourceLocation.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Basic/SourceLocation.h b/include/clang/Basic/SourceLocation.h index 319857ec2f..22d5ff5d3a 100644 --- a/include/clang/Basic/SourceLocation.h +++ b/include/clang/Basic/SourceLocation.h @@ -258,8 +258,6 @@ public: bool isInSystemHeader() const; - unsigned getCanonicalFileID() const; - bool operator==(const FullSourceLoc& RHS) const { return SrcMgr == RHS.SrcMgr && Loc == RHS.Loc; } |