From 7d9780b6308e15dcd4adcb65d7b516666c285f54 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 1 Oct 2013 16:19:28 +0200 Subject: Cleanup exception handling The code in the Exception class operates entirely on the engine's data, so move it into ExecutionEngine instead. This eliminates the need for a QV4::Exception class and catches and old code that tries to still do catch (Exception &) instead of catch (...) Change-Id: Ie608bec6af652038aca6c9423c225a4d7eb13b39 Reviewed-by: Lars Knoll --- src/imports/localstorage/plugin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/imports') diff --git a/src/imports/localstorage/plugin.cpp b/src/imports/localstorage/plugin.cpp index 4cfc6a04b3..84bcb756e8 100644 --- a/src/imports/localstorage/plugin.cpp +++ b/src/imports/localstorage/plugin.cpp @@ -59,7 +59,6 @@ #include #include #include -#include #include using namespace QV4; -- cgit v1.2.3