summaryrefslogtreecommitdiff
path: root/libc/benchmarks
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2022-12-10 11:24:26 -0800
committerKazu Hirata <kazu@google.com>2022-12-10 11:24:26 -0800
commitf7dffc28b3f82e25a0e283d2b11ffb9c6a129340 (patch)
tree20c10172454076fb8fb84ecc7509294cdb0dcbab /libc/benchmarks
parentf3b7b300f2b8f06fb03a715aa8dd2a7fcd9658f4 (diff)
downloadllvm-f7dffc28b3f82e25a0e283d2b11ffb9c6a129340.tar.gz
Don't include None.h (NFC)
I've converted all known uses of None to std::nullopt, so we no longer need to include None.h. This is part of an effort to migrate from llvm::Optional to std::optional: https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
Diffstat (limited to 'libc/benchmarks')
-rw-r--r--libc/benchmarks/automemcpy/lib/RandomFunctionGenerator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/benchmarks/automemcpy/lib/RandomFunctionGenerator.cpp b/libc/benchmarks/automemcpy/lib/RandomFunctionGenerator.cpp
index ec8417383200..e4ba20542258 100644
--- a/libc/benchmarks/automemcpy/lib/RandomFunctionGenerator.cpp
+++ b/libc/benchmarks/automemcpy/lib/RandomFunctionGenerator.cpp
@@ -8,7 +8,6 @@
#include "automemcpy/RandomFunctionGenerator.h"
-#include <llvm/ADT/None.h>
#include <llvm/ADT/StringRef.h>
#include <llvm/Support/raw_ostream.h>