aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/recent_list_common.wml
diff options
context:
space:
mode:
authorThomas Lange <lange@debian.org>2024-01-11 14:47:20 +0100
committerThomas Lange <lange@debian.org>2024-01-11 14:47:20 +0100
commitce45aa1dfe87d3e81aa6d7f9f83e9a418deeb199 (patch)
tree215ce75efcf9a3342f1fed1b38d82ed5f40a0841 /english/template/debian/recent_list_common.wml
parentf4686b259459292c62bf444fb198e5c53052464a (diff)
remove functions which were only used for security
Diffstat (limited to 'english/template/debian/recent_list_common.wml')
-rw-r--r--english/template/debian/recent_list_common.wml9
1 files changed, 0 insertions, 9 deletions
diff --git a/english/template/debian/recent_list_common.wml b/english/template/debian/recent_list_common.wml
index c02982ddf3f..3280fa19778 100644
--- a/english/template/debian/recent_list_common.wml
+++ b/english/template/debian/recent_list_common.wml
@@ -18,15 +18,6 @@ sub get_recent_list {
return $str;
}
-sub get_directory_list {
- my ($rel_path, $eng_dir, $files_match, $data_callback, $format_list_callback, $format_item_callback) = @_;
-
- my $files = get_matching_filenames($rel_path, $eng_dir, qr/^d[ls]a-.+.wml$/);
- my $data = get_files_data($files, $eng_dir, \&get_dsa_data);
- my $str = $format_list_callback->($data, $format_item_callback);
-
- return $str;
-}
sub slurp_file_openrecode {
my ($file, $eng_dir) = @_;

© 2014-2024 Faster IT GmbH | imprint | privacy policy