mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
Remove global strWalletFile
As it says on the tin. There is no need to have this variable be global, it's only used in AppInit2.
This commit is contained in:
@@ -14,7 +14,6 @@ namespace boost {
|
||||
class thread_group;
|
||||
};
|
||||
|
||||
extern std::string strWalletFile;
|
||||
extern CWallet* pwalletMain;
|
||||
|
||||
void StartShutdown();
|
||||
|
||||
Reference in New Issue
Block a user