summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index 3ea1035cb..a664212b2 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -145,8 +145,6 @@
define('SELF_USER_AGENT', 'Tiny Tiny RSS/' . VERSION . ' (http://tt-rss.org/)');
ini_set('user_agent', SELF_USER_AGENT);
- require_once 'lib/pubsubhubbub/Publisher.php';
-
$schema_version = false;
function _debug_suppress($suppress) {