[Lldb-commits] [PATCH] D159550: Remove unused #include
Ted Woodward via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 29 09:08:11 PDT 2023
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb14153490134: Remove unused #include (authored by ted).
Herald added a subscriber: JDevlieghere.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159550/new/
https://reviews.llvm.org/D159550
Files:
lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.h
Index: lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.h
===================================================================
--- lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.h
+++ lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.h
@@ -10,8 +10,6 @@
#define liblldb_ABISysV_riscv_h_
// Other libraries and framework includes
-#include <optional>
-
#include "llvm/TargetParser/Triple.h"
// Project includes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159550.557490.patch
Type: text/x-patch
Size: 403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230929/55aaa4bc/attachment-0001.bin>
More information about the lldb-commits
mailing list