Removed an initialization that wasn't needed.

llvm-svn: 137533
This commit is contained in:
Greg Clayton 2011-08-12 23:32:17 +00:00
parent 4f81fc21a0
commit b8171ddf3e
1 changed files with 0 additions and 2 deletions

View File

@ -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())