input/CdioParanoia: remove useless cdda_messages() call

This commit is contained in:
Max Kellermann 2019-01-21 12:36:59 +01:00
parent ca34f3250b
commit c780b8bba9
1 changed files with 0 additions and 4 deletions

View File

@ -306,10 +306,6 @@ CdioParanoiaInputStream::Read(void *ptr, size_t length)
"paranoia_read: %s", s_err);
free(s_err);
}
char *s_mess = cdda_messages(drv);
if (s_mess) {
free(s_mess);
}
if (!rbuf)
throw std::runtime_error("paranoia read error");