diff options
| author | 2015-03-10 15:08:13 +0000 | |
|---|---|---|
| committer | 2015-03-10 15:08:13 +0000 | |
| commit | 2af72de83957fb52426b8f9144e9814d35b78951 (patch) | |
| tree | 6f76addd2e75e6599080166e22c11c5575a172cb /runtime/quick_exception_handler.h | |
| parent | 072e48ed63aa4f99bec1dbbe8a7872a4bcc03e41 (diff) | |
| parent | 0aa50ce2fb75bfc2e815a0c33adf9b049561923b (diff) | |
Merge "Remove ThrowLocation."
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. |