1
0
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:
Andrew Dolgov
2014-08-20 12:31:10 +04:00
parent ae962a96fd
commit 8ef0ca2fa6
2 changed files with 0 additions and 17 deletions

View File

@@ -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);
}
?>