summaryrefslogtreecommitdiff
path: root/math/carve/files/patch-lib_intersect_classify_common_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'math/carve/files/patch-lib_intersect_classify_common_impl.hpp')
-rw-r--r--math/carve/files/patch-lib_intersect_classify_common_impl.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/math/carve/files/patch-lib_intersect_classify_common_impl.hpp b/math/carve/files/patch-lib_intersect_classify_common_impl.hpp
deleted file mode 100644
index 0a54405bf2ea..000000000000
--- a/math/carve/files/patch-lib_intersect_classify_common_impl.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/intersect_classify_common_impl.hpp.orig 2011-12-06 12:41:50.000000000 +0100
-+++ lib/intersect_classify_common_impl.hpp 2011-12-06 12:41:59.000000000 +0100
-@@ -250,6 +250,7 @@
- std::cerr << "d = " << d << std::endl;
- #endif
- fc = d < 0 ? FACE_IN : FACE_OUT;
-+ break;
- }
- default:
- CARVE_FAIL("unhandled switch case -- should not happen");