diff options
Diffstat (limited to 'ndb/src/kernel/vm/WatchDog.cpp')
-rw-r--r-- | ndb/src/kernel/vm/WatchDog.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ndb/src/kernel/vm/WatchDog.cpp b/ndb/src/kernel/vm/WatchDog.cpp index 4e07dc1df90..23475a478d3 100644 --- a/ndb/src/kernel/vm/WatchDog.cpp +++ b/ndb/src/kernel/vm/WatchDog.cpp @@ -27,10 +27,7 @@ extern "C" void* runWatchDog(void* w){ - my_thread_init(); ((WatchDog*)w)->run(); - my_thread_end(); - NdbThread_Exit(0); return NULL; } |