diff options
| author | 2021-07-12 15:53:27 +0100 | |
|---|---|---|
| committer | 2021-07-13 12:14:13 +0000 | |
| commit | e4f983c808b0b7d2d9c39f34f67971bba1354b08 (patch) | |
| tree | 80dd518ac4e7ea00670f2ebdb70efbe8b1f577cd /runtime/interpreter/interpreter.h | |
| parent | 5f2f289b64f163e491b9b53364ce04874f82b4e3 (diff) | |
Remove mterp.
Test: test.py
Change-Id: Id800bcf86965ab19cf1e79ecbfa8996a6a6c335e
Diffstat (limited to 'runtime/interpreter/interpreter.h')
| -rw-r--r-- | runtime/interpreter/interpreter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/interpreter/interpreter.h b/runtime/interpreter/interpreter.h index ff69c42612..f7bc1a3d55 100644 --- a/runtime/interpreter/interpreter.h +++ b/runtime/interpreter/interpreter.h @@ -67,8 +67,6 @@ void ArtInterpreterToInterpreterBridge(Thread* self, // One-time check of assembler constants. void CheckInterpreterAsmConstants(); -void InitInterpreterTls(Thread* self); - // Returns true if the previous frame has the ForceRetryInstruction bit set. This is required for // ForPopFrame to work correctly since that will cause the java function return with null/0 which // might not be expected by the code being run. |