summaryrefslogtreecommitdiffhomepage
path: root/eigen/test/bug1213.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/test/bug1213.cpp')
-rw-r--r--eigen/test/bug1213.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/eigen/test/bug1213.cpp b/eigen/test/bug1213.cpp
deleted file mode 100644
index 581760c..0000000
--- a/eigen/test/bug1213.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-
-// This anonymous enum is essential to trigger the linking issue
-enum {
- Foo
-};
-
-#include "bug1213.h"
-
-bool bug1213_1(const Eigen::Vector3f& x)
-{
- return bug1213_2(x);
-}
-