diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-05-26 19:36:38 +0100 |
---|---|---|
committer | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-05-26 19:36:38 +0100 |
commit | 83762e5bedfef2d0aa25552bc8aeae7afb8f2b5e (patch) | |
tree | efc13f5a9fb71781f464fe4bc5d67e3604e9c000 /executor.cpp | |
parent | 07ea73dbc3e71eb68ed6b5c10c6fd83f2357c9f1 (diff) | |
download | xmr-stak-83762e5bedfef2d0aa25552bc8aeae7afb8f2b5e.zip xmr-stak-83762e5bedfef2d0aa25552bc8aeae7afb8f2b5e.tar.gz |
daemon mode feature
Diffstat (limited to 'executor.cpp')
-rw-r--r-- | executor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/executor.cpp b/executor.cpp index af10811..383c53e 100644 --- a/executor.cpp +++ b/executor.cpp @@ -43,7 +43,6 @@ executor* executor::oInst = NULL; executor::executor() { - my_thd = nullptr; } void executor::push_timed_event(ex_event&& ev, size_t sec) |