Bunch of cleanups for warnings found by the llvm static analyzer.

llvm-svn: 165808
This commit is contained in:
Jim Ingham
2012-10-12 17:34:26 +00:00
parent e87f41f43e
commit 28eb57114d
30 changed files with 161 additions and 136 deletions

View File

@@ -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;