diff options
author | Dave Parks <davep@lindenlab.com> | 2021-09-22 21:37:01 +0000 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2021-09-22 21:37:01 +0000 |
commit | b4bb74c5def3175d99d672b0b26f941b756f5f45 (patch) | |
tree | f58240cc1a870f8da3212803ffa5195635fd1824 /indra/newview | |
parent | a68ca665ade56d21a8c939a7e26332f1de413698 (diff) |
SL-16031 Add support for VS 2019 (requires autobuild 1.2-alpha)
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llexperiencelog.cpp | 4 |
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()) |