summaryrefslogtreecommitdiffstats
path: root/duplicates.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'duplicates.cgi')
-rwxr-xr-xduplicates.cgi2
1 files changed, 0 insertions, 2 deletions
diff --git a/duplicates.cgi b/duplicates.cgi
index 69ba8299b..5264e1e14 100755
--- a/duplicates.cgi
+++ b/duplicates.cgi
@@ -54,8 +54,6 @@ if (defined $cgi->param('ctype') && $cgi->param('ctype') eq "xul") {
my $template = Bugzilla->template;
my $vars = {};
-GetVersionTable();
-
# collectstats.pl uses duplicates.cgi to generate the RDF duplicates stats.
# However, this conflicts with requirelogin if it's enabled; so we make
# logging-in optional if we are running from the command line.