summaryrefslogtreecommitdiff
path: root/include/VBox/vd-ifs-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/VBox/vd-ifs-internal.h')
-rw-r--r--include/VBox/vd-ifs-internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/VBox/vd-ifs-internal.h b/include/VBox/vd-ifs-internal.h
index b96780488eb..d30029c851c 100644
--- a/include/VBox/vd-ifs-internal.h
+++ b/include/VBox/vd-ifs-internal.h
@@ -345,7 +345,6 @@ typedef struct VDINTERFACEIOINT
* Releases a metadata transfer handle.
* The free space can be used for another transfer.
*
- * @returns nothing.
* @param pvUser The opaque user data passed on container creation.
* @param pMetaXfer The metadata transfer handle to release.
*/
@@ -423,7 +422,6 @@ typedef struct VDINTERFACEIOINT
/**
* Marks the given number of bytes as completed and continues the I/O context.
*
- * @returns nothing.
* @param pvUser The opaque user data passed on container creation.
* @param pIoCtx The I/O context.
* @param rcReq Status code the request completed with.