mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 22:58:21 +00:00
Revert "Test_cel: Fails when DONT_OPTIMIZE is off"
This reverts commit 1c8378bbc9
.
Change-Id: I1b9227b263c3dc4246a50aebf52a7640a0f7ea07
This commit is contained in:
@@ -430,18 +430,3 @@ int ast_vector_string_split(struct ast_vector_string *dest,
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
char *attribute_pure ast_str_to_lower(char *str)
|
||||
{
|
||||
char *str_orig = str;
|
||||
if (!str) {
|
||||
return str;
|
||||
}
|
||||
|
||||
for (; *str; ++str) {
|
||||
*str = tolower(*str);
|
||||
}
|
||||
|
||||
return str_orig;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user