diff options
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. |