diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2022-01-26 09:10:50 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2022-01-26 09:13:46 -0800 |
commit | cbd0822f2730e2b0d5f1c44b645609fe9554f58e (patch) | |
tree | e8856cd40f62aa351c8761cc1b996fc217f43a57 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 28bfa57a7315c3161124c90b4d52f467616dc92e (diff) | |
download | llvm-cbd0822f2730e2b0d5f1c44b645609fe9554f58e.zip llvm-cbd0822f2730e2b0d5f1c44b645609fe9554f58e.tar.gz llvm-cbd0822f2730e2b0d5f1c44b645609fe9554f58e.tar.bz2 |
[lldb] Remove ConstString::StaticMemorySize
Remove ConstString::StaticMemorySize as it is unused and superseded by
GetMemoryStats. It is referenced in a bunch of doc comments but I don't
really understand why. My best guess it that the comments were
copy-pasted from ConstString::MemorySize() even though it didn't make
sense there either. The implementation of StaticMemorySize was being
called on the MemoryPool, not on the ConstString itself.
Differential revision: https://reviews.llvm.org/D118091
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions