diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/DebugInfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index df9c0c7..a758fcc 100644 --- a/include/llvm/DebugInfo.h +++ b/include/llvm/DebugInfo.h @@ -200,9 +200,6 @@ namespace llvm { public: explicit DIScope(const MDNode *N = 0) : DIDescriptor (N) {} - /// Gets the parent scope for this scope node or returns a - /// default constructed scope. - DIScope getContext() const; StringRef getFilename() const; StringRef getDirectory() const; |