commit | 0de37195f17fefb536157b3296a18999116b8125 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Thu Mar 31 23:01:21 2011 +0000 |
committer | Jim Ingham <jingham@apple.com> | Thu Mar 31 23:01:21 2011 +0000 |
tree | c45cbb5f2e7cd149ecf731df941009f62dbafa52 | |
parent | 8d8e3edb1a22106eb9d82f34b07406d32e591931 [diff] [blame] |
Remove unneeded ExecutionContextScope variables. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@128685 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Target/CPPLanguageRuntime.cpp b/source/Target/CPPLanguageRuntime.cpp index d0fc7af..d80ed21 100644 --- a/source/Target/CPPLanguageRuntime.cpp +++ b/source/Target/CPPLanguageRuntime.cpp
@@ -28,7 +28,7 @@ } bool -CPPLanguageRuntime::GetObjectDescription (Stream &str, ValueObject &object, ExecutionContextScope *exe_scope) +CPPLanguageRuntime::GetObjectDescription (Stream &str, ValueObject &object) { // C++ has no generic way to do this. return false;