about summary refs log tree commit diff
path: root/third_party/git/t/t4018/perl-skip-forward-decl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4018/perl-skip-forward-decl')
-rw-r--r--third_party/git/t/t4018/perl-skip-forward-decl10
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 a98cb8bdad..0000000000
--- 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