mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Remove unused code
This commit is contained in:
@@ -46,8 +46,6 @@ struct CLockLocation {
|
||||
return mutexName + " " + sourceFile + ":" + itostr(sourceLine) + (fTry ? " (TRY)" : "");
|
||||
}
|
||||
|
||||
std::string MutexName() const { return mutexName; }
|
||||
|
||||
bool fTry;
|
||||
private:
|
||||
std::string mutexName;
|
||||
|
||||
Reference in New Issue
Block a user