diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-09-27 17:13:41 +0200 |
---|---|---|
committer | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-09-30 23:46:08 +0200 |
commit | 9e7efd40bc3206aad7b6d1e531dbe6d335575aac (patch) | |
tree | 34a5e01e3671cb6444049f20fcb9e3e155c550c7 /executor.cpp | |
parent | b1e92092bb5c93863d869a2d6b6e057918a77b2f (diff) | |
download | xmr-stak-9e7efd40bc3206aad7b6d1e531dbe6d335575aac.zip xmr-stak-9e7efd40bc3206aad7b6d1e531dbe6d335575aac.tar.gz |
fix bugs
- add excecutor to the singleton export list
Diffstat (limited to 'executor.cpp')
-rw-r--r-- | executor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/executor.cpp b/executor.cpp index 0dd9cd7..64f3d40 100644 --- a/executor.cpp +++ b/executor.cpp @@ -44,8 +44,6 @@ #define strncasecmp _strnicmp #endif // _WIN32 -executor* executor::oInst = NULL; - executor::executor() { } |