[libcxx-commits] [PATCH] D138528: [libc++][NFC] Remove unused include in __threading_support

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 22 15:11:55 PST 2022


ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138528

Files:
  libcxx/include/__threading_support


Index: libcxx/include/__threading_support
===================================================================
--- libcxx/include/__threading_support
+++ libcxx/include/__threading_support
@@ -16,7 +16,6 @@
 #include <__compare/ordering.h>
 #include <__config>
 #include <__fwd/hash.h>
-#include <__thread/poll_with_backoff.h>
 #include <errno.h>
 #include <iosfwd>
 #include <limits>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138528.477318.patch
Type: text/x-patch
Size: 384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221122/4b1f0074/attachment.bin>


More information about the libcxx-commits mailing list