From d4c37690295db5515f19a8b1cd221b4222f16eeb Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 12 Aug 2015 21:04:51 +0000 Subject: warning fixes code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14932 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StopSpamMod/src/utilities.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/StopSpamMod/src/utilities.cpp') diff --git a/plugins/StopSpamMod/src/utilities.cpp b/plugins/StopSpamMod/src/utilities.cpp index 84003bde49..bbbc910ed0 100755 --- a/plugins/StopSpamMod/src/utilities.cpp +++ b/plugins/StopSpamMod/src/utilities.cpp @@ -352,9 +352,9 @@ void CleanThread() for(std::list::iterator i = protocols.begin(); i != end; ++i) { if(gbDelAllTempory) - boost::thread *thr = new boost::thread(boost::bind(&CleanProtocolTmpThread, *i)); + new boost::thread(boost::bind(&CleanProtocolTmpThread, *i)); if(gbDelExcluded) - boost::thread *thr = new boost::thread(boost::bind(&CleanProtocolExclThread, *i)); + new boost::thread(boost::bind(&CleanProtocolExclThread, *i)); } } -- cgit v1.2.3