diff --git a/src/fe-common/core/chat-completion.c b/src/fe-common/core/chat-completion.c index 6294e452..bf92196a 100644 --- a/src/fe-common/core/chat-completion.c +++ b/src/fe-common/core/chat-completion.c @@ -756,12 +756,6 @@ static char *expand_escapes(const char *line, SERVER_REC *server, *ptr++ = '\\'; *ptr++ = *line; } - - switch (*line) { - case 'n': - break; - default: - } } *ptr = '\0';