From 802ebc770438fe7b85770069aa3f9cdf1ef31320 Mon Sep 17 00:00:00 2001 From: "\"Jean-Francois Dockes ext:(%22)" Date: Sun, 21 Aug 2011 13:29:06 +0200 Subject: [PATCH] comments --- src/internfile/mimehandler.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/internfile/mimehandler.cpp b/src/internfile/mimehandler.cpp index fd5346fe..5de5c08f 100644 --- a/src/internfile/mimehandler.cpp +++ b/src/internfile/mimehandler.cpp @@ -42,11 +42,6 @@ using namespace std; // handlers. There can be several instances for a given mime type // (think email attachment in email message: 2 rfc822 handlers are // needed simulteanously) -// -// FIXME: this is not compatible with multiple threads and a potential -// problem in the recoll gui (indexing thread + preview request). A -// simple lock should be enough as handlers are removed from the cache -// while in use and multiple copies are allowed static multimap o_handlers; static PTMutexInit o_handlers_mutex;