diff options
Diffstat (limited to 'runtime/quick_exception_handler.h')
-rw-r--r-- | runtime/quick_exception_handler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/quick_exception_handler.h b/runtime/quick_exception_handler.h index 08619fa0d4..8cccec87e4 100644 --- a/runtime/quick_exception_handler.h +++ b/runtime/quick_exception_handler.h @@ -30,7 +30,6 @@ class Throwable; } // namespace mirror class Context; class Thread; -class ThrowLocation; class ShadowFrame; // Manages exception delivery for Quick backend. |