summaryrefslogtreecommitdiff
path: root/src/VBox/Debugger/VBoxDbgConsole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Debugger/VBoxDbgConsole.cpp')
-rw-r--r--src/VBox/Debugger/VBoxDbgConsole.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/VBox/Debugger/VBoxDbgConsole.cpp b/src/VBox/Debugger/VBoxDbgConsole.cpp
index 5a8887493df..9aba344432c 100644
--- a/src/VBox/Debugger/VBoxDbgConsole.cpp
+++ b/src/VBox/Debugger/VBoxDbgConsole.cpp
@@ -881,13 +881,6 @@ VBoxDbgConsole::backSetReady(PCDBGCIO pBack, bool fReady)
}
-/**
- * The Debugger Console Thread
- *
- * @returns VBox status code (ignored).
- * @param Thread The thread handle.
- * @param pvUser Pointer to the VBoxDbgConsole object.s
- */
/*static*/ DECLCALLBACK(int)
VBoxDbgConsole::backThread(RTTHREAD Thread, void *pvUser)
{