efl: not sure of that one, but remove use of eina_safety_check in inline function.

SVN revision: 83050
This commit is contained in:
Cedric BAIL 2013-01-22 02:14:57 +00:00
parent d32ee023e3
commit a102b14686
1 changed files with 0 additions and 5 deletions

View File

@ -19,8 +19,6 @@
#ifndef EINA_INLINE_UNICODE_
# define EINA_INLINE_UNICODE_
#include "eina_safety_checks.h"
EAPI Eina_Unicode _eina_unicode_utf8_next_get(int ind,
unsigned char d,
const char *buf,
@ -37,9 +35,6 @@ eina_unicode_utf8_next_get(const char *buf, int *iindex)
Eina_Unicode r;
unsigned char d;
EINA_SAFETY_ON_NULL_RETURN_VAL(buf, 0);
EINA_SAFETY_ON_NULL_RETURN_VAL(iindex, 0);
ind = *iindex;
/* if this char is the null terminator, exit */