summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/PDMQueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/VMM/VMMR3/PDMQueue.cpp')
-rw-r--r--src/VBox/VMM/VMMR3/PDMQueue.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VBox/VMM/VMMR3/PDMQueue.cpp b/src/VBox/VMM/VMMR3/PDMQueue.cpp
index ac0bb1bc81e..87acc363966 100644
--- a/src/VBox/VMM/VMMR3/PDMQueue.cpp
+++ b/src/VBox/VMM/VMMR3/PDMQueue.cpp
@@ -861,7 +861,6 @@ static DECLCALLBACK(void) pdmR3QueueTimer(PVM pVM, TMTIMERHANDLE hTimer, void *p
/**
* Terminate the queues, freeing any resources still allocated.
*
- * @returns nothing.
* @param pVM The cross-context VM structure.
*/
DECLHIDDEN(void) pdmR3QueueTerm(PVM pVM)