diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-10 11:03:29 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-10 14:51:11 +0000 |
commit | 0aa50ce2fb75bfc2e815a0c33adf9b049561923b (patch) | |
tree | 9a3f9603ab30d5cbc7fc21aee0ceb48bbb0dd25a /runtime/debugger.h | |
parent | e8e42f3548fd894f860912bb1b71ce6fa2d7daf3 (diff) | |
download | art-0aa50ce2fb75bfc2e815a0c33adf9b049561923b.tar.gz art-0aa50ce2fb75bfc2e815a0c33adf9b049561923b.tar.bz2 art-0aa50ce2fb75bfc2e815a0c33adf9b049561923b.zip |
Remove ThrowLocation.
Note that this is a cleanup change, and has no functionality change.
The ThrowLocation had no use anymore.
Change-Id: I3d2126af1dc673cec3a0453ff3d56a172663a5f6
Diffstat (limited to 'runtime/debugger.h')
-rw-r--r-- | runtime/debugger.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/debugger.h b/runtime/debugger.h index 0ac83f687c..01c9d5dbab 100644 --- a/runtime/debugger.h +++ b/runtime/debugger.h @@ -48,7 +48,6 @@ class ObjectRegistry; class ScopedObjectAccessUnchecked; class StackVisitor; class Thread; -class ThrowLocation; /* * Invoke-during-breakpoint support. |