summaryrefslogtreecommitdiff
path: root/src/VBox/Storage/testcase/VDScriptAst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Storage/testcase/VDScriptAst.h')
-rw-r--r--src/VBox/Storage/testcase/VDScriptAst.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VBox/Storage/testcase/VDScriptAst.h b/src/VBox/Storage/testcase/VDScriptAst.h
index d57bf640f1c..5b58a36d515 100644
--- a/src/VBox/Storage/testcase/VDScriptAst.h
+++ b/src/VBox/Storage/testcase/VDScriptAst.h
@@ -568,7 +568,6 @@ typedef VDSCRIPTASTFN *PVDSCRIPTASTFN;
* Free the given AST node and all subsequent nodes pointed to
* by the given node.
*
- * @returns nothing.
* @param pAstNode The AST node to free.
*/
DECLHIDDEN(void) vdScriptAstNodeFree(PVDSCRIPTASTCORE pAstNode);