diff options
Diffstat (limited to 'FS/FS/part_export/bind_slave.pm')
-rw-r--r-- | FS/FS/part_export/bind_slave.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/FS/FS/part_export/bind_slave.pm b/FS/FS/part_export/bind_slave.pm deleted file mode 100644 index ebb29c1d7..000000000 --- a/FS/FS/part_export/bind_slave.pm +++ /dev/null @@ -1,7 +0,0 @@ -package FS::part_export::bind_slave; - -use vars qw(@ISA); -use FS::part_export::null; - -@ISA = qw(FS::part_export::null); - |