]> git.lyx.org Git - lyx.git/commitdiff
Fixup 716e20ae: revert useless part
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 11 Sep 2024 11:37:32 +0000 (13:37 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 11 Sep 2024 11:37:32 +0000 (13:37 +0200)
development/coverity_modeling.cpp

index 7e8cb632312f9c7f76b2c0906539705262e3a198..984464655a88e49535bcd45c2439c5c5cd30dc3e 100644 (file)
@@ -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__();
-}
-
-
-
 }