commit 951cb62f47a73fca8c9724f5d385280d79344740
Author: Jean-Marc Lasgouttes <[email protected]>
Date: Wed Sep 11 13:37:32 2024 +0200
Fixup 716e20ae: revert useless part
---
development/coverity_modeling.cpp | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/development/coverity_modeling.cpp
b/development/coverity_modeling.cpp
index 7e8cb63231..984464655a 100644
--- a/development/coverity_modeling.cpp
+++ b/development/coverity_modeling.cpp
@@ -36,15 +36,4 @@ void lyxbreaker(void const * data, const char * hint, int
size)
}
-template<class T>
-void CoordCache<T>::check(T const * thing, char const * hint) const
-{
- typename cache_type::const_iterator it = data_.find(thing);
-
- if (it == data_.end() || it->second.pos.x == -10000)
- __coverity_panic__();
-}
-
-
-
}
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs