Bug 13393: Remove C4::VirtualShelves::Merge
This is empty (?) Test plan: git grep 'VirtualShelves::Merge' should not return anything. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
124549b8ab
commit
adcabe6f8f
2 changed files with 0 additions and 19 deletions
|
@ -1,5 +0,0 @@
|
|||
package C4::VirtualShelves::Merge;
|
||||
|
||||
|
||||
|
||||
1;
|
|
@ -1,14 +0,0 @@
|
|||
#!/usr/bin/perl
|
||||
#
|
||||
# This Koha test module is a stub!
|
||||
# Add more tests here!!!
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Test::More tests => 1;
|
||||
|
||||
BEGIN {
|
||||
use_ok('C4::VirtualShelves::Merge');
|
||||
}
|
||||
|
Loading…
Reference in a new issue