diff options
Diffstat (limited to 'lldb/source/Expression/ClangASTSource.cpp')
-rw-r--r-- | lldb/source/Expression/ClangASTSource.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Expression/ClangASTSource.cpp b/lldb/source/Expression/ClangASTSource.cpp index eb21980ca35..8c5971747c7 100644 --- a/lldb/source/Expression/ClangASTSource.cpp +++ b/lldb/source/Expression/ClangASTSource.cpp @@ -1713,7 +1713,6 @@ NameSearchContext::AddVarDecl(void *type) ii, QualType::getFromOpaquePtr(type), 0, - SC_Static, SC_Static); m_decls.push_back(Decl); @@ -1763,7 +1762,6 @@ NameSearchContext::AddFunDecl (void *type) arg_qual_type, NULL, SC_Static, - SC_Static, NULL)); } |