mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 00:25:54 +00:00
remove unused format_libxml_error
This commit is contained in:
@@ -2404,9 +2404,4 @@
|
||||
return LABEL_BASE_INDEX - 1 + abs($feed);
|
||||
}
|
||||
|
||||
function format_libxml_error($error) {
|
||||
return T_sprintf("LibXML error %s at line %d (column %d): %s",
|
||||
$error->code, $error->line, $error->column,
|
||||
$error->message);
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user