diff options
-rw-r--r-- | sal/osl/unx/file_url.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/osl/unx/file_url.cxx b/sal/osl/unx/file_url.cxx index bf0d58daee24..082f85cfa051 100644 --- a/sal/osl/unx/file_url.cxx +++ b/sal/osl/unx/file_url.cxx @@ -145,8 +145,6 @@ oslFileError SAL_CALL osl_getSystemPathFromFileURL( rtl_uString *ustrFileURL, rt sal_Unicode encodedSlash[3] = { '%', '2', 'F' }; sal_Unicode protocolDelimiter[3] = { ':', '/', '/' }; - OSL_ASSERT(path != 0 && path->isEmpty()); - /* temporary hack: if already system path, return ustrFileURL */ /* if( (sal_Unicode) '/' == ustrFileURL->buffer[0] ) |