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

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


antiagainst created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

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.277511.patch
Type: text/x-patch
Size: 401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200713/779a3f15/attachment.bin>


More information about the llvm-commits mailing list