mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-10 03:48:34 +00:00
Revert "Test_cel: Fails when DONT_OPTIMIZE is off"
This reverts commit 9b85882f04.
Change-Id: I36cf159abb103502e48d6f8fd70d560d7f0bda56
This commit is contained in:
@@ -391,17 +391,3 @@ char *ast_read_line_from_buffer(char **buffer)
|
||||
|
||||
return start;
|
||||
}
|
||||
|
||||
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