mgcp_lient: remove unsubstantial FIXME note

Change-Id: Ibc73a8a95d93c4a0f8a891bfba6fd1293ae6f1b5
This commit is contained in:
Philipp Maier 2021-07-22 15:13:27 +02:00 committed by dexter
parent 21dfeff8aa
commit a8739fc7be
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ static char *extract_codec_name(const char *str)
if (!str)
return NULL;
/* FIXME osmo_strlcpy */
osmo_strlcpy(buf, str, sizeof(buf));
for (i = 0; i < strlen(buf); i++) {