From 811058a1ff074eebc5b1ed9bf5cedfa0a675e417 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 22 Apr 2015 13:06:16 +0100 Subject: [PATCH] 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. --- src/lib/eina/eina_safety_checks.c | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.7.4