about summary refs log tree commit diff
path: root/third_party/git/t/t4018/cpp-template-function-definition
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t4018/cpp-template-function-definition')
-rw-r--r--third_party/git/t/t4018/cpp-template-function-definition4
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/git/t/t4018/cpp-template-function-definition b/third_party/git/t/t4018/cpp-template-function-definition
deleted file mode 100644
index 0cdf5ba5bd..0000000000
--- a/third_party/git/t/t4018/cpp-template-function-definition
+++ /dev/null
@@ -1,4 +0,0 @@
-template<class T> int RIGHT(T arg)
-{
-	ChangeMe;
-}