From 956af0f0cb05422e38c1d22cbef309d16b8a1a12 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 11 Dec 2014 14:34:28 -0800 Subject: Remove portable. Change-Id: I3bf3250fa866fd2265f1b115d52fa5dedc48a7fc --- runtime/quick_exception_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/quick_exception_handler.h') diff --git a/runtime/quick_exception_handler.h b/runtime/quick_exception_handler.h index cf1ecbf29a..31622de984 100644 --- a/runtime/quick_exception_handler.h +++ b/runtime/quick_exception_handler.h @@ -32,7 +32,7 @@ class Thread; class ThrowLocation; class ShadowFrame; -// Manages exception delivery for Quick backend. Not used by Portable backend. +// Manages exception delivery for Quick backend. class QuickExceptionHandler { public: QuickExceptionHandler(Thread* self, bool is_deoptimization) -- cgit v1.2.3