summaryrefslogtreecommitdiff
path: root/runtime/runtime_support_llvm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime_support_llvm.cc')
-rw-r--r--runtime/runtime_support_llvm.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/runtime_support_llvm.cc b/runtime/runtime_support_llvm.cc
index cbdefe8a03..d703db29d5 100644
--- a/runtime/runtime_support_llvm.cc
+++ b/runtime/runtime_support_llvm.cc
@@ -50,7 +50,6 @@
using namespace art;
extern "C" {
-
class ShadowFrameCopyVisitor : public StackVisitor {
public:
explicit ShadowFrameCopyVisitor(Thread* self) : StackVisitor(self, NULL), prev_frame_(NULL),
@@ -844,5 +843,4 @@ void art_portable_proxy_invoke_handler_from_code(mirror::AbstractMethod* proxy_m
void art_portable_constructor_barrier() {
LOG(FATAL) << "Implemented by IRBuilder.";
}
-
} // extern "C"