forked from OSchip/llvm-project
Remove unused initialization.
clang static analyzer fixit. llvm-svn: 219909
This commit is contained in:
parent
18f5fd3a43
commit
60b5da6c3c
|
@ -1690,7 +1690,7 @@ Thread::DumpThreadPlans (Stream *s,
|
|||
bool include_internal,
|
||||
bool ignore_boring_threads) const
|
||||
{
|
||||
uint32_t stack_size = m_plan_stack.size();
|
||||
uint32_t stack_size;
|
||||
|
||||
if (ignore_boring_threads)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue