From 22a6344ebe032e9e66024614ecbe7d9608fa9288 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 22 Feb 2017 12:36:23 +1100 Subject: cc3200: When raising OSError's use MP_Exxx as arg instead of a string. --- cc3200/misc/mpexception.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'cc3200/misc/mpexception.c') diff --git a/cc3200/misc/mpexception.c b/cc3200/misc/mpexception.c index c45f0244b..068adb70b 100644 --- a/cc3200/misc/mpexception.c +++ b/cc3200/misc/mpexception.c @@ -40,9 +40,6 @@ STATIC void mpexception_set_user_interrupt (int chr, void *data); /****************************************************************************** DECLARE EXPORTED DATA ******************************************************************************/ -const char mpexception_os_resource_not_avaliable[] = "resource not available"; -const char mpexception_os_operation_failed[] = "the requested operation failed"; -const char mpexception_os_request_not_possible[] = "the requested operation is not possible"; const char mpexception_value_invalid_arguments[] = "invalid argument(s) value"; const char mpexception_num_type_invalid_arguments[] = "invalid argument(s) num/type"; const char mpexception_uncaught[] = "uncaught exception"; -- cgit v1.2.3