summaryrefslogtreecommitdiff
path: root/FS/FS/Bill.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/Bill.pm')
-rw-r--r--FS/FS/Bill.pm21
1 files changed, 0 insertions, 21 deletions
diff --git a/FS/FS/Bill.pm b/FS/FS/Bill.pm
deleted file mode 100644
index 11c8121c6..000000000
--- a/FS/FS/Bill.pm
+++ /dev/null
@@ -1,21 +0,0 @@
-package FS::Bill;
-
-use strict;
-use vars qw(@ISA);
-use FS::cust_main;
-
-@ISA = qw(FS::cust_main);
-
-warn "FS::Bill depriciated\n";
-
-=head1 NAME
-
-FS::Bill - Legacy stub
-
-=head1 SYNOPSIS
-
-The functionality of FS::Bill has been integrated into FS::cust_main.
-
-=cut
-
-1;