Skip to content

Commit d9aeb91

Browse files
committed
Further simplify LLVoiceClient::getVersion() logic.
1 parent 3cd8667 commit d9aeb91

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

indra/newview/llvoiceclient.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,7 @@ const LLVoiceVersionInfo LLVoiceClient::getVersion()
310310
}
311311
else
312312
{
313-
LLVoiceVersionInfo result = {};
314-
result.serverVersion = std::string();
315-
result.voiceServerType = std::string();
316-
result.mBuildVersion = std::string();
317-
return result;
313+
return {};
318314
}
319315
}
320316

0 commit comments

Comments
 (0)