Bug 10927: remove disused C4::Utils module
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 20 Sep 2013 15:38:49 +0000 (17:38 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 3 Oct 2013 14:53:02 +0000 (14:53 +0000)
commit9db77158d09379504e171fb4c0f43e054b8940fd
treea7c5e86dd0693ea23c03588e1cef9199e9f027e0
parentf2c0fe0ca1c2ba720dbc02b533fa7b6b0f17e40b
Bug 10927: remove disused C4::Utils module

Bug 10925 removes the last call to C4::Utils.
The module becomes useless and can be deleted.

Verify that t/db_dependent/Context.t still successfully passes.
git grep hashdump
git grep maxwidth

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Passes koha-qa.pl, no subs from the module are used anywhere

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Auth_with_cas.pm
C4/Utils.pm [deleted file]
t/Utils.t [deleted file]
t/db_dependent/Context.t