summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/path/RTPathRealDup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Runtime/common/path/RTPathRealDup.cpp')
-rw-r--r--src/VBox/Runtime/common/path/RTPathRealDup.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/VBox/Runtime/common/path/RTPathRealDup.cpp b/src/VBox/Runtime/common/path/RTPathRealDup.cpp
index 0fd53d0f1a4..7f9ed6537a0 100644
--- a/src/VBox/Runtime/common/path/RTPathRealDup.cpp
+++ b/src/VBox/Runtime/common/path/RTPathRealDup.cpp
@@ -46,13 +46,6 @@
-/**
- * Same as RTPathReal only the result is RTStrDup()'ed.
- *
- * @returns Pointer to real path. Use RTStrFree() to free this string.
- * @returns NULL if RTPathReal() or RTStrDup() fails.
- * @param pszPath
- */
RTDECL(char *) RTPathRealDup(const char *pszPath)
{
char szPath[RTPATH_MAX];