diff options
-rwxr-xr-x | docs/makedocs.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/makedocs.pl b/docs/makedocs.pl index a58848403..811ef8bc5 100755 --- a/docs/makedocs.pl +++ b/docs/makedocs.pl @@ -49,7 +49,6 @@ if (eval { require Pod::Simple }) { $pod_simple = 1; }; -use Bugzilla; use Bugzilla::Constants qw(BUGZILLA_VERSION bz_locations); use File::Path qw(rmtree); |