mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
util: Remove unused itostr
This commit is contained in:
parent
e3154aacf4
commit
fac96fff62
5 changed files with 4 additions and 14 deletions
|
|
@ -13,9 +13,9 @@
|
|||
#include <util/strencodings.h>
|
||||
#include <util/threadnames.h>
|
||||
|
||||
#include <system_error>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <system_error>
|
||||
|
||||
#ifdef DEBUG_LOCKCONTENTION
|
||||
#if !defined(HAVE_THREAD_LOCAL)
|
||||
|
|
@ -57,7 +57,7 @@ struct CLockLocation {
|
|||
{
|
||||
return strprintf(
|
||||
"%s %s:%s%s (in thread %s)",
|
||||
mutexName, sourceFile, itostr(sourceLine), (fTry ? " (TRY)" : ""), m_thread_name);
|
||||
mutexName, sourceFile, sourceLine, (fTry ? " (TRY)" : ""), m_thread_name);
|
||||
}
|
||||
|
||||
std::string Name() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue