removed ms mutex , not used anyway

This commit is contained in:
2018-10-10 10:16:18 +02:00
parent 17a6322f7c
commit 64f4188a00
2 changed files with 0 additions and 5 deletions

View File

@ -49,8 +49,6 @@ multiSlsDetector::multiSlsDetector(int id, bool verify, bool update)
pthread_mutex_init(&mp, NULL);
mg=mp1;
pthread_mutex_init(&mg, NULL);
ms=mp1;
pthread_mutex_init(&ms, NULL);
setupMultiDetector(verify, update);