summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-16 10:41:20 +0300
committerAndrew Dolgov <[email protected]>2017-05-16 10:41:20 +0300
commit5b6ea1ef914d0d33516ce59df69637576055ce66 (patch)
tree5700f1a5e72789120578389e744221cc328743eb /include/functions.php
parent7590f03961012ac946297fc96be9ef2bb4ad3c20 (diff)
remove pubsubhubbub: dead
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) {