diff options
| author | Dan Bornstein <danfuzz@android.com> | 2011-03-04 10:27:32 -0800 |
|---|---|---|
| committer | Dan Bornstein <danfuzz@android.com> | 2011-03-04 10:58:16 -0800 |
| commit | 9807b4e9412a6ce6863688c84a36ce294028ff04 (patch) | |
| tree | ad5f530f1d020cbccd295cbf787e6a641e9a61ae /vm/Init.c | |
| parent | 768ddd4c4af06572872b8338b2b37af2f2239958 (diff) | |
| download | android_dalvik-9807b4e9412a6ce6863688c84a36ce294028ff04.tar.gz android_dalvik-9807b4e9412a6ce6863688c84a36ce294028ff04.tar.bz2 android_dalvik-9807b4e9412a6ce6863688c84a36ce294028ff04.zip | |
Clean out now-unused exception code.
We hereby wish a fond farewell to the throw functions that took
a string name for the exception.
Bug: 3500987
Change-Id: I869ddc2b4e45d3122859249d4010e452d790fa1f
Diffstat (limited to 'vm/Init.c')
| -rw-r--r-- | vm/Init.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1521,7 +1521,6 @@ int dvmStartup(int argc, const char* const argv[], bool ignoreUnrecognized, #endif assert(!dvmCheckException(dvmThreadSelf())); - gDvm.initExceptionCount = 0; return 0; |
