forked from OSchip/llvm-project
Removed an initialization that wasn't needed.
llvm-svn: 137533
This commit is contained in:
parent
4f81fc21a0
commit
b8171ddf3e
|
@ -46,8 +46,6 @@ public:
|
|||
if (m_allocation)
|
||||
m_process.DeallocateMemory(m_allocation);
|
||||
|
||||
m_allocation = 0;
|
||||
|
||||
m_allocation = m_process.AllocateMemory(m_stream_string.GetSize(), lldb::ePermissionsReadable | lldb::ePermissionsWritable, err);
|
||||
|
||||
if (!err.Success())
|
||||
|
|
Loading…
Reference in New Issue