diff options
Diffstat (limited to 'lldb/source/Expression/ASTResultSynthesizer.cpp')
-rw-r--r-- | lldb/source/Expression/ASTResultSynthesizer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Expression/ASTResultSynthesizer.cpp b/lldb/source/Expression/ASTResultSynthesizer.cpp index afd6c61a970..76c2577af53 100644 --- a/lldb/source/Expression/ASTResultSynthesizer.cpp +++ b/lldb/source/Expression/ASTResultSynthesizer.cpp @@ -357,7 +357,6 @@ ASTResultSynthesizer::SynthesizeBodyResult (CompoundStmt *Body, result_ptr_id, ptr_qual_type, NULL, - SC_Static, SC_Static); if (!result_decl) @@ -378,7 +377,6 @@ ASTResultSynthesizer::SynthesizeBodyResult (CompoundStmt *Body, &result_id, expr_qual_type, NULL, - SC_Static, SC_Static); if (!result_decl) |