clayborg accepted this revision.
clayborg added a comment.

This was left over from before we mmap'ed the entire object file into memory. 
Removing it is fine as the backing DataBufferSP for the object file will be 
mmaped or not depending on where the file was loaded from and if the section 
isn't compressed, we will just hand out a shared slice of the object file data.


https://reviews.llvm.org/D41169



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to