mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-22 21:50:14 +01:00
Don't use global (external) symbols for symbols that are used in only one translation unit
This commit is contained in:
@@ -2287,8 +2287,8 @@ public:
|
||||
WSACleanup();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
instance_of_cnetcleanup;
|
||||
};
|
||||
static CNetCleanup instance_of_cnetcleanup;
|
||||
|
||||
void CConnman::Interrupt()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user