diff --git a/lib/Doctrine/DBAL/Event/SchemaEventArgs.php b/lib/Doctrine/DBAL/Event/SchemaEventArgs.php index 2077534ee61..809d5aa635b 100644 --- a/lib/Doctrine/DBAL/Event/SchemaEventArgs.php +++ b/lib/Doctrine/DBAL/Event/SchemaEventArgs.php @@ -36,14 +36,6 @@ class SchemaEventArgs extends EventArgs */ private $_preventDefault = false; - /** - * @param Table $table - */ - public function __construct(Table $table) - { - $this->_table = $table; - } - /** * @return SchemaEventArgs */