summaryrefslogtreecommitdiff
path: root/include/functions2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-08-20 12:31:10 +0400
committerAndrew Dolgov <[email protected]>2014-08-20 12:31:10 +0400
commit8ef0ca2fa66ba9110d410dc85c6ed84c85d58cc9 (patch)
treec99e4c023a4c09af56ee4dbf4f9657622980c612 /include/functions2.php
parentae962a96fdba3fcc14b60d48f0db48bb7f3b243e (diff)
remove unused format_libxml_error
Diffstat (limited to 'include/functions2.php')
-rw-r--r--include/functions2.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/functions2.php b/include/functions2.php
index deeaaf210..69f447e8c 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -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);
- }
?>