summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/rand/rand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Runtime/common/rand/rand.cpp')
-rw-r--r--src/VBox/Runtime/common/rand/rand.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VBox/Runtime/common/rand/rand.cpp b/src/VBox/Runtime/common/rand/rand.cpp
index 7f24c686808..670df176e8b 100644
--- a/src/VBox/Runtime/common/rand/rand.cpp
+++ b/src/VBox/Runtime/common/rand/rand.cpp
@@ -93,7 +93,6 @@ static DECLCALLBACK(int) rtRandInitOnce(void *pvUser)
/**
* Termination counterpart to rtRandInitOnce.
*
- * @returns IPRT status code.
* @param pvUser Ignored.
* @param fLazyCleanUpOk Set if we're terminating the process.
*/