aboutsummaryrefslogtreecommitdiff
path: root/math/mtl/files/patch-mtl__linalg_vec.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/mtl/files/patch-mtl__linalg_vec.h')
-rw-r--r--math/mtl/files/patch-mtl__linalg_vec.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/math/mtl/files/patch-mtl__linalg_vec.h b/math/mtl/files/patch-mtl__linalg_vec.h
deleted file mode 100644
index d8910e343a12..000000000000
--- a/math/mtl/files/patch-mtl__linalg_vec.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- mtl/linalg_vec.h.orig 2007-04-10 16:03:10.000000000 -0400
-+++ mtl/linalg_vec.h 2012-01-01 06:06:12.000000000 -0500
-@@ -116,6 +116,7 @@
- typedef difference_type Vec_difference_type;
- typedef iterator Vec_iterator;
- typedef const_iterator Vec_const_iterator;
-+ typedef value_type Vec_value_type;
-
- class IndexArray {
- public: