From: Tom Hacohen Date: Wed, 22 Apr 2015 12:06:16 +0000 (+0100) Subject: Eina safety: remove unused error string. X-Git-Tag: v1.14.0-beta3~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=811058a1ff074eebc5b1ed9bf5cedfa0a675e417;p=platform%2Fupstream%2Fefl.git Eina safety: remove unused error string. At the moment there are no errors possible for safety checks. This may change in the future (unlikely), so we have the eina_error already exposed for that. However, there's no need for the string. One more down towards a warningless build. --- diff --git a/src/lib/eina/eina_safety_checks.c b/src/lib/eina/eina_safety_checks.c index 5ae59ac..1ee6991 100644 --- a/src/lib/eina/eina_safety_checks.c +++ b/src/lib/eina/eina_safety_checks.c @@ -60,8 +60,6 @@ eina_safety_checks_shutdown(void) EAPI Eina_Error EINA_ERROR_SAFETY_FAILED = 0; -static const char EINA_ERROR_SAFETY_FAILED_STR[] = "Safety check failed."; - /** * @endcond */