Skip to content

Commit f30d04d

Browse files
mstorsjotkrasnukha
authored andcommitted
Remove an unused variable
This became unused in 669a345.
1 parent 97871f5 commit f30d04d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MICmnLLDBDebugSessionInfoVarObj.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ CMIUtilString CMICmnLLDBDebugSessionInfoVarObj::GetValueStringFormatted(
270270
if (utilValue.IsIntegerType() || utilValue.IsPointerType()) {
271271
MIuint64 nValue = 0;
272272
if (CMICmnLLDBProxySBValue::GetValueAsUnsigned(vrValue, nValue)) {
273-
lldb::SBValue &rValue = const_cast<lldb::SBValue &>(vrValue);
274273
return GetStringFormatted(nValue, defaultValue, veVarFormat);
275274
}
276275
}

0 commit comments

Comments
 (0)