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__(); -} - - - }