about summary refs log tree commit diff
path: root/third_party/git/t/t4018/php-trait
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4018/php-trait')
-rw-r--r--third_party/git/t/t4018/php-trait7
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/git/t/t4018/php-trait b/third_party/git/t/t4018/php-trait
deleted file mode 100644
index 65b8c82a6163..000000000000
--- a/third_party/git/t/t4018/php-trait
+++ /dev/null
@@ -1,7 +0,0 @@
-trait RIGHT
-{
-    public function foo($ChangeMe)
-    {
-        return 'foo';
-    }
-}