Skip to content

Commit 73182be

Browse files
authored
Merge pull request #70801 from gottesmm/pr-aaa7dece025e9a9e665dbc50c2fba35056ad6c88
Remove a clang optimize off that snuck into tree.
2 parents 33c7326 + 213c9e8 commit 73182be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/AST/ASTPrinter.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@
7373

7474
using namespace swift;
7575

76-
#pragma clang optimize off
77-
7876
// Defined here to avoid repeatedly paying the price of template instantiation.
7977
const std::function<bool(const ExtensionDecl *)>
8078
PrintOptions::defaultPrintExtensionContentAsMembers

0 commit comments

Comments
 (0)