diff options
Diffstat (limited to 'smdirwatcher.cpp')
-rw-r--r-- | smdirwatcher.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/smdirwatcher.cpp b/smdirwatcher.cpp index 83e0efa..371e7cf 100644 --- a/smdirwatcher.cpp +++ b/smdirwatcher.cpp @@ -118,7 +118,6 @@ void SmDataColletor::setCheckForPresent(bool present){ void SmDataColletor::run(){ forever { - QMutexLocker l(&mHoldMx); mSemUsed->acquire(); if(mCancel){ QSqlDatabase::database("collectordb").close(); |