summaryrefslogtreecommitdiff
path: root/ndb/include/debugger/EventLogger.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/include/debugger/EventLogger.hpp')
-rw-r--r--ndb/include/debugger/EventLogger.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/ndb/include/debugger/EventLogger.hpp b/ndb/include/debugger/EventLogger.hpp
index c49bd176ee8..6cd6a83e68d 100644
--- a/ndb/include/debugger/EventLogger.hpp
+++ b/ndb/include/debugger/EventLogger.hpp
@@ -73,13 +73,6 @@ public:
~EventLogger();
/**
- * Open/create the eventlog, the default name is 'cluster.log'.
- *
- * @return true if successful.
- */
- bool open();
-
- /**
* Opens/creates the eventlog with the specified filename.
*
* @param aFileName the eventlog filename.