summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/path/RTPathParentLength.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Runtime/common/path/RTPathParentLength.cpp')
-rw-r--r--src/VBox/Runtime/common/path/RTPathParentLength.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/VBox/Runtime/common/path/RTPathParentLength.cpp b/src/VBox/Runtime/common/path/RTPathParentLength.cpp
index 43263da261b..82acadd9a54 100644
--- a/src/VBox/Runtime/common/path/RTPathParentLength.cpp
+++ b/src/VBox/Runtime/common/path/RTPathParentLength.cpp
@@ -84,18 +84,6 @@ RTDECL(size_t) RTPathParentLengthEx(const char *pszPath, uint32_t fFlags)
}
-
-
-/**
- * Determins the length of the path specifying the parent directory, including
- * trailing path separator (if present).
- *
- * @returns Parent directory part of the path, 0 if no parent.
- * @param pszPath The path to examine.
- *
- * @note Currently ignores UNC and may therefore return the server or
- * double-slash prefix as parent.
- */
RTDECL(size_t) RTPathParentLength(const char *pszPath)
{
#if RTPATH_STYLE == RTPATH_STR_F_STYLE_DOS