summaryrefslogtreecommitdiff
path: root/include/functions2.php
diff options
context:
space:
mode:
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);
- }
?>