From 951cb62f47a73fca8c9724f5d385280d79344740 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 11 Sep 2024 13:37:32 +0200 Subject: [PATCH] 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 -void CoordCache::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__(); -} - - - }