no memcached queue handler

This commit is contained in:
Evan Prodromou 2009-06-24 18:02:17 -07:00
parent 936567394f
commit 5f1b97e2ad
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ if(common_config('xmpp','enabled')) {
echo "xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php ";
echo "xmppconfirmhandler.php ";
}
if(common_config('memcached','enabled')) {
echo "memcachedqueuehandler.php ";
}
if(common_config('twitterbridge','enabled')) {
echo "twitterstatusfetcher.php ";
}