summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/path/RTPathAbsDup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Runtime/common/path/RTPathAbsDup.cpp')
-rw-r--r--src/VBox/Runtime/common/path/RTPathAbsDup.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/VBox/Runtime/common/path/RTPathAbsDup.cpp b/src/VBox/Runtime/common/path/RTPathAbsDup.cpp
index eb3dcbeea17..040cb329053 100644
--- a/src/VBox/Runtime/common/path/RTPathAbsDup.cpp
+++ b/src/VBox/Runtime/common/path/RTPathAbsDup.cpp
@@ -42,13 +42,6 @@
#include <iprt/path.h>
-/**
- * Same as RTPathAbs only the result is RTStrDup()'ed.
- *
- * @returns Pointer to real path. Use RTStrFree() to free this string.
- * @returns NULL if RTPathAbs() or RTStrDup() fails.
- * @param pszPath The path to resolve.
- */
RTDECL(char *) RTPathAbsDup(const char *pszPath)
{
return RTPathAbsExDup(NULL, pszPath, RTPATH_STR_F_STYLE_HOST);