diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2022-03-31 15:16:29 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2022-04-01 17:31:20 -0700 |
commit | 2165c36be44589a0d78c6ac23389d69a5d390dc5 (patch) | |
tree | 926e57f5223b318a723e0c1dc51cbdde37974913 /lldb/source/Commands/CommandObjectMemory.cpp | |
parent | 492cb7bf91648058f3fc9ca37f9383786f7ce718 (diff) | |
download | llvm-2165c36be44589a0d78c6ac23389d69a5d390dc5.zip llvm-2165c36be44589a0d78c6ac23389d69a5d390dc5.tar.gz llvm-2165c36be44589a0d78c6ac23389d69a5d390dc5.tar.bz2 |
[lldb] Return a DataBuffer from FileSystem::CreateDataBuffer (NFC)
The concrete class (DataBufferLLVM) is an implementation detail.
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectMemory.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectMemory.cpp b/lldb/source/Commands/CommandObjectMemory.cpp index 35f5244..381a41e 100644 --- a/lldb/source/Commands/CommandObjectMemory.cpp +++ b/lldb/source/Commands/CommandObjectMemory.cpp @@ -33,7 +33,6 @@ #include "lldb/Target/Thread.h" #include "lldb/Utility/Args.h" #include "lldb/Utility/DataBufferHeap.h" -#include "lldb/Utility/DataBufferLLVM.h" #include "lldb/Utility/StreamString.h" #include "llvm/Support/MathExtras.h" #include <cinttypes> |