Bug 36367: Remove flush_schema_cached

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Jonathan Druart 2024-03-08 14:29:33 +01:00 committed by Martin Renvoize
parent 48aab04715
commit 9c593121da
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -256,15 +256,6 @@ sub restore_schema {
# return something, then this function should, too.
}
=head2 flush_schema_cache
=cut
sub flush_schema_cache {
delete $database->{schema};
return 1;
}
=head2 db_scheme2dbi
my $dbd_driver_name = Koha::Database::db_scheme2dbi($scheme);