[Lldb-commits] [PATCH] D71489: [lldb][NFC] Remove unnecessary includes in source/Commands
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 13 13:37:05 PST 2019
teemperor marked an inline comment as done.
teemperor added inline comments.
================
Comment at: lldb/source/Commands/CommandCompletions.cpp:12
-#include <pwd.h>
-#endif
-
----------------
I did this change by hand as both includes are not used at all and the #if can then also go.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71489/new/
https://reviews.llvm.org/D71489
More information about the lldb-commits
mailing list