diff options
Diffstat (limited to 'cc3200/misc/mpexception.h')
-rw-r--r-- | cc3200/misc/mpexception.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cc3200/misc/mpexception.h b/cc3200/misc/mpexception.h index f55aa739e0..2f9d1877c8 100644 --- a/cc3200/misc/mpexception.h +++ b/cc3200/misc/mpexception.h @@ -28,9 +28,6 @@ #ifndef MPEXCEPTION_H_ #define MPEXCEPTION_H_ -extern const char mpexception_os_resource_not_avaliable[]; -extern const char mpexception_os_operation_failed[]; -extern const char mpexception_os_request_not_possible[]; extern const char mpexception_value_invalid_arguments[]; extern const char mpexception_num_type_invalid_arguments[]; extern const char mpexception_uncaught[]; |