summaryrefslogtreecommitdiffstats
path: root/console.cpp
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-09-27 16:22:34 +0200
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-09-30 23:46:08 +0200
commitb1e92092bb5c93863d869a2d6b6e057918a77b2f (patch)
treed8a4e434159a12af6542c8302fb26d4860ac2a6d /console.cpp
parentef551cc032716d8cb21ecfdff73bb6c2bc581740 (diff)
downloadxmr-stak-b1e92092bb5c93863d869a2d6b6e057918a77b2f.zip
xmr-stak-b1e92092bb5c93863d869a2d6b6e057918a77b2f.tar.gz
fix singleton issues on windows
- pass all singletons into the backend libraries - move some cpu config features from the cpu config file to the global config.txt - add global jconf to the xported singleton list
Diffstat (limited to 'console.cpp')
-rw-r--r--console.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/console.cpp b/console.cpp
index c6b7d4d..0c73b1d 100644
--- a/console.cpp
+++ b/console.cpp
@@ -151,8 +151,6 @@ inline void comp_localtime(const time_t* ctime, tm* stime)
#endif // __WIN32
}
-printer* printer::oInst = nullptr;
-
printer::printer()
{
verbose_level = LINF;
OpenPOWER on IntegriCloud