From 8ef0ca2fa66ba9110d410dc85c6ed84c85d58cc9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Aug 2014 12:31:10 +0400 Subject: remove unused format_libxml_error --- include/functions2.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/functions2.php') 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); - } ?> -- cgit v1.2.3