summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compilerplugins/clang/flatten.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/compilerplugins/clang/flatten.cxx b/compilerplugins/clang/flatten.cxx
index f7f6d8a76066..7d546ef5b448 100644
--- a/compilerplugins/clang/flatten.cxx
+++ b/compilerplugins/clang/flatten.cxx
@@ -124,7 +124,6 @@ bool Flatten::VisitIfStmt(IfStmt const * ifStmt)
if (elseThrowExpr)
{
- // if both the "if" and the "else" contain throws, no improvement
// if the "if" statement is not the last statement in its block, and it contains
// var decls in its then block, we cannot de-indent the then block without
// extending the lifetime of some variables, which may be problematic