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:
parent
48aab04715
commit
9c593121da
1 changed files with 0 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue