mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
Bunch of cleanups for warnings found by the llvm static analyzer.
llvm-svn: 165808
This commit is contained in:
@@ -274,8 +274,6 @@ StackFrameList::GetFramesUpTo(uint32_t end_idx)
|
||||
if (end_idx > 0)
|
||||
end_idx += inlined_depth;
|
||||
}
|
||||
else
|
||||
inlined_depth = 0;
|
||||
}
|
||||
|
||||
StackFrameSP unwind_frame_sp;
|
||||
|
||||
Reference in New Issue
Block a user