Index: trunk/extensions/OpenID/SpecialOpenID.body.php |
— | — | @@ -34,9 +34,6 @@ |
35 | 35 | function getOpenIDStore( $storeType, $prefix, $options ) { |
36 | 36 | global $wgOut, $wgMemc, $wgDBtype; |
37 | 37 | |
38 | | - # FIXME: support other kinds of store |
39 | | - # XXX: used to support memc, now use memcached from php-openid |
40 | | - |
41 | 38 | switch ( $storeType ) { |
42 | 39 | |
43 | 40 | case 'file': |