diff options
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() { } |