[PATCH] D85190: remove STLExtras.h

Sunny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 02:58:02 PDT 2020


achieveartificialintelligence created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
achieveartificialintelligence requested review of this revision.

In charpter2, STLExtras.h is need't anymore, because last commit has deleted all reference to this header.


https://reviews.llvm.org/D85190

Files:
  llvm/examples/Kaleidoscope/Chapter2/toy.cpp


Index: llvm/examples/Kaleidoscope/Chapter2/toy.cpp
===================================================================
--- llvm/examples/Kaleidoscope/Chapter2/toy.cpp
+++ llvm/examples/Kaleidoscope/Chapter2/toy.cpp
@@ -1,4 +1,3 @@
-#include "llvm/ADT/STLExtras.h"
 #include <algorithm>
 #include <cctype>
 #include <cstdio>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85190.282848.patch
Type: text/x-patch
Size: 324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200804/e6feae51/attachment.bin>


More information about the llvm-commits mailing list