diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-03 21:29:21 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-03 21:29:21 +0000 |
commit | f24933f65e5687e92774b97894142dd8dc709d66 (patch) | |
tree | 3cf72704c0bc663f5c94cd605f9da84d73b36deb /lldb/source/Expression/ASTResultSynthesizer.cpp | |
parent | f0eaa64c989045200385c6c9d99708da9092feac (diff) | |
download | bcm5719-llvm-f24933f65e5687e92774b97894142dd8dc709d66.tar.gz bcm5719-llvm-f24933f65e5687e92774b97894142dd8dc709d66.zip |
Fix build.
This should fix the build breakage caused by the api change in 178663.
llvm-svn: 178700
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) |