From 866997e951b069f02c80dc4f0d92951eb781f7b3 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 8 Mar 2024 14:29:09 +0100 Subject: [PATCH] Bug 36149: Remove get_schema_cached --- Koha/Database.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Koha/Database.pm b/Koha/Database.pm index 376f910c988..c712a067d3a 100644 --- a/Koha/Database.pm +++ b/Koha/Database.pm @@ -256,14 +256,6 @@ sub restore_schema { # return something, then this function should, too. } -=head2 get_schema_cached - -=cut - -sub get_schema_cached { - return $database->{schema}; -} - =head2 flush_schema_cache =cut -- 2.34.1