Remove global namespaced LBFactory
[lhc/web/wiklou.git] / includes / libs / rdbms / lbfactory / LBFactory.php
index e736ab9..1612f41 100644 (file)
@@ -728,8 +728,3 @@ abstract class LBFactory implements ILBFactory {
                $this->destroy();
        }
 }
-
-/**
- * @deprecated since 1.29
- */
-class_alias( LBFactory::class, 'LBFactory' );