diff options
Diffstat (limited to 'third_party/git/t/t4018/php-trait')
-rw-r--r-- | third_party/git/t/t4018/php-trait | 7 |
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'; - } -} |