summaryrefslogtreecommitdiff
path: root/src/VBox/Storage/testcase/VDScriptAst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Storage/testcase/VDScriptAst.cpp')
-rw-r--r--src/VBox/Storage/testcase/VDScriptAst.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/VBox/Storage/testcase/VDScriptAst.cpp b/src/VBox/Storage/testcase/VDScriptAst.cpp
index 77ca4c33eb2..06fcc18bce2 100644
--- a/src/VBox/Storage/testcase/VDScriptAst.cpp
+++ b/src/VBox/Storage/testcase/VDScriptAst.cpp
@@ -37,7 +37,6 @@
/**
* Put all child nodes of the given expression AST node onto the given to free list.
*
- * @returns nothing.
* @param pList The free list to append everything to.
* @param pAstNode The expression node to free.
*/
@@ -146,7 +145,6 @@ static void vdScriptAstNodeExpressionPutOnFreeList(PRTLISTANCHOR pList, PVDSCRIP
/**
* Free a given statement AST node and put everything on the given to free list.
*
- * @returns nothing.
* @param pList The free list to append everything to.
* @param pAstNode The statement node to free.
*/