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.
This commit is contained in:
Tom Hacohen 2015-04-22 13:06:16 +01:00
parent f62374b08a
commit 811058a1ff
1 changed files with 0 additions and 2 deletions

View File

@ -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
*/