[PATCH] D83706: [NFC] Remove unused header include

Lei Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 11:44:11 PDT 2020


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9cafbf8f66c9: [NFC] Remove unused header include (authored by antiagainst).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83706/new/

https://reviews.llvm.org/D83706

Files:
  llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h


Index: llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h
===================================================================
--- llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h
+++ llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h
@@ -23,7 +23,6 @@
 #include "llvm/Support/MathExtras.h"
 #include <algorithm>
 #include <cstdint>
-#include <optional>
 
 namespace llvm {
 namespace orc {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83706.277514.patch
Type: text/x-patch
Size: 401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200713/f0fa2d3e/attachment.bin>


More information about the llvm-commits mailing list