diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-15 20:49:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-15 20:50:18 +0200 |
commit | 79dd329a884c2746b41c9c32116895a7237d286e (patch) | |
tree | b1e90cb01d2fb29ecfa84f2af2f8987312a9efb5 /sal | |
parent | ee02d6eb263b7683ae9d0dc61c334bad6545af9c (diff) |
Removed bogus assert.
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/socket.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/osl/unx/socket.c b/sal/osl/unx/socket.c index 2db630122716..39a733af36c9 100644 --- a/sal/osl/unx/socket.c +++ b/sal/osl/unx/socket.c @@ -1246,8 +1246,6 @@ void SAL_CALL osl_getHostnameOfHostAddr ( const sal_Char* SAL_CALL osl_psz_getHostnameOfHostAddr (const oslHostAddr pAddr) { - OSL_ASSERT(pAddr); - if (pAddr) return pAddr->pHostName; else |