summaryrefslogtreecommitdiff
path: root/indra/newview/llexperiencelog.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2021-05-13 22:10:43 -0400
committerNat Goodspeed <nat@lindenlab.com>2021-05-13 22:10:43 -0400
commitd3d8203be4aec8ad90c0044e3a0ade1d91df64ea (patch)
treef244144045e09df2a21a9271ab3a55ac3f356e3c /indra/newview/llexperiencelog.cpp
parentf7f6553cac78f1cf00cc1776de95f578e5853109 (diff)
SL-15258: Remove additional std library features dropped with C++17.
Diffstat (limited to 'indra/newview/llexperiencelog.cpp')
-rw-r--r--indra/newview/llexperiencelog.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llexperiencelog.cpp b/indra/newview/llexperiencelog.cpp
index ee5d561927..c441fbc09f 100644
--- a/indra/newview/llexperiencelog.cpp
+++ b/indra/newview/llexperiencelog.cpp
@@ -149,10 +149,6 @@ std::string LLExperienceLog::getPermissionString( const LLSD& message, const std
{
buf.str(entry);
}
- else
- {
- buf.str();
- }
}
if(buf.str().empty())