=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 4.39 retrieving revision 4.40 diff -u -p -r4.39 -r4.40 --- cvsweb/cvsweb.cgi 2019/11/29 23:42:40 4.39 +++ cvsweb/cvsweb.cgi 2019/11/30 13:08:41 4.40 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: cvsweb.cgi,v 4.39 2019/11/29 23:42:40 schwarze Exp $ +# $Id: cvsweb.cgi,v 4.40 2019/11/30 13:08:41 schwarze Exp $ # $knu: cvsweb.cgi,v 1.299 2010/11/13 16:37:18 simon # # cvsweb - a CGI interface to CVS trees. @@ -1285,16 +1285,6 @@ elsif (do { (my $tmp = $fullname) =~ s|/([^/]+)$|/Atti } exit; -} - -elsif (0 && (my @files = &safeglob($fullname . ",v"))) { - http_header("text/plain"); - print "You matched the following files:\n"; - print join ("\n", @files); - - # TODO: - # Find the tags from each file - # Display a form offering diffs between said tags } else {