diff options
Diffstat (limited to 'third_party/git/t/t4018/perl-skip-forward-decl')
-rw-r--r-- | third_party/git/t/t4018/perl-skip-forward-decl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/git/t/t4018/perl-skip-forward-decl b/third_party/git/t/t4018/perl-skip-forward-decl deleted file mode 100644 index a98cb8bdad0b..000000000000 --- a/third_party/git/t/t4018/perl-skip-forward-decl +++ /dev/null @@ -1,10 +0,0 @@ -package RIGHT; - -use strict; -use warnings; -use parent qw(Exporter); -our @EXPORT_OK = qw(round finalround); - -sub other; # forward declaration - -# ChangeMe |