mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Remove unused and unreachable code
This commit is contained in:
parent
4941aad657
commit
7fa3ad83a9
3 changed files with 0 additions and 58 deletions
|
|
@ -301,7 +301,6 @@ bool error(const char *format, ...)
|
|||
va_end(arg_ptr);
|
||||
if (ret < 0 || ret >= limit)
|
||||
{
|
||||
ret = limit - 1;
|
||||
buffer[limit-1] = 0;
|
||||
}
|
||||
printf("ERROR: %s\n", buffer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue