summaryrefslogtreecommitdiffstats
path: root/executor.cpp
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-09-27 17:13:41 +0200
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-09-30 23:46:08 +0200
commit9e7efd40bc3206aad7b6d1e531dbe6d335575aac (patch)
tree34a5e01e3671cb6444049f20fcb9e3e155c550c7 /executor.cpp
parentb1e92092bb5c93863d869a2d6b6e057918a77b2f (diff)
downloadxmr-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.cpp2
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()
{
}
OpenPOWER on IntegriCloud