[ticket/9657] Remove empty update_data() method from p2 migration

PHPBB3-9657
This commit is contained in:
Joas Schilling 2013-03-07 13:15:55 +01:00
parent 74a9ecfd24
commit 60c0da8b54

View file

@ -65,10 +65,4 @@ class phpbb_db_migration_data_310_softdelete_p2 extends phpbb_db_migration
), ),
); );
} }
public function update_data()
{
return array(
);
}
} }