From 24bb7e587de395e63cce0e63b19c41dd6219cd14 Mon Sep 17 00:00:00 2001 From: Tomasz Iwanek Date: Tue, 8 Jan 2013 14:15:47 +0100 Subject: [PATCH] [Prevent] Fixing issues: 17677 [Issue#] LINUXNGWAP-651 [Bug] Unreachable code [Cause] N/A [Solution] Remove it [Verification] Build repository Change-Id: I110b0ed03d7993d137eff73cf38b0f59dbdf0c24 --- modules/core/src/string.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/src/string.cpp b/modules/core/src/string.cpp index f03ccec..f39e59a 100644 --- a/modules/core/src/string.cpp +++ b/modules/core/src/string.cpp @@ -145,7 +145,6 @@ std::string ToUTF8String(const DPL::String& aIn) ThrowMsg(StringException::IconvInitErrorUTF32ToUTF8, "iconv_open failed for " << "UTF-8 <- UTF-32" << "error: " << GetErrnoString()); - return std::string(); } size_t iconvRet = iconv(iconvHandle, &inbuf, &inbytes, &outbuf, &outbytesleft); -- 2.34.1