diff options
Diffstat (limited to 'src/VBox/Runtime/common/filesystem/filesystem.cpp')
-rw-r--r-- | src/VBox/Runtime/common/filesystem/filesystem.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VBox/Runtime/common/filesystem/filesystem.cpp b/src/VBox/Runtime/common/filesystem/filesystem.cpp index 1f929911..37deee49 100644 --- a/src/VBox/Runtime/common/filesystem/filesystem.cpp +++ b/src/VBox/Runtime/common/filesystem/filesystem.cpp @@ -115,4 +115,3 @@ RTDECL(int) RTFilesystemVfsFromFile(RTVFSFILE hVfsFile, PRTVFS phVfs) return rc; } - |