summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp')
-rw-r--r--src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp b/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp
index c2446ed4772..04d3c89a11f 100644
--- a/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp
+++ b/src/VBox/Runtime/common/fuzz/fuzz-target-recorder.cpp
@@ -184,7 +184,6 @@ typedef struct RTFUZZTGTRECINT
/**
* Initializes the given stdout/stderr buffer.
*
- * @returns nothing.
* @param pBuf The buffer to initialize.
*/
static void rtFuzzTgtStdOutErrBufInit(PRTFUZZTGTSTDOUTERRBUF pBuf)
@@ -198,7 +197,6 @@ static void rtFuzzTgtStdOutErrBufInit(PRTFUZZTGTSTDOUTERRBUF pBuf)
/**
* Frees all allocated resources in the given stdout/stderr buffer.
*
- * @returns nothing.
* @param pBuf The buffer to free.
*/
static void rtFuzzTgtStdOutErrBufFree(PRTFUZZTGTSTDOUTERRBUF pBuf)
@@ -357,7 +355,6 @@ static int rtFuzzTgtRecScanStateForNewEdges(PRTFUZZTGTRECINT pThis, PRTFUZZTGTST
/**
* Destorys the given fuzzer target recorder freeing all allocated resources.
*
- * @returns nothing.
* @param pThis The fuzzer target recorder instance.
*/
static void rtFuzzTgtRecDestroy(PRTFUZZTGTRECINT pThis)
@@ -369,7 +366,6 @@ static void rtFuzzTgtRecDestroy(PRTFUZZTGTRECINT pThis)
/**
* Destroys the given fuzzer target state freeing all allocated resources.
*
- * @returns nothing.
* @param pThis The fuzzed target state instance.
*/
static void rtFuzzTgtStateDestroy(PRTFUZZTGTSTATEINT pThis)