summaryrefslogtreecommitdiff
path: root/runtime/class_linker.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2021-07-12 15:53:27 +0100
committer Nicolas Geoffray <ngeoffray@google.com> 2021-07-13 12:14:13 +0000
commite4f983c808b0b7d2d9c39f34f67971bba1354b08 (patch)
tree80dd518ac4e7ea00670f2ebdb70efbe8b1f577cd /runtime/class_linker.cc
parent5f2f289b64f163e491b9b53364ce04874f82b4e3 (diff)
Remove mterp.
Test: test.py Change-Id: Id800bcf86965ab19cf1e79ecbfa8996a6a6c335e
Diffstat (limited to 'runtime/class_linker.cc')
-rw-r--r--runtime/class_linker.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc
index eba25ee502..f842265d29 100644
--- a/runtime/class_linker.cc
+++ b/runtime/class_linker.cc
@@ -151,8 +151,6 @@
#include "verifier/verifier_deps.h"
#include "well_known_classes.h"
-#include "interpreter/interpreter_mterp_impl.h"
-
namespace art {
using android::base::StringPrintf;