From: Stephane Chauveau Date: Fri, 9 Mar 2018 16:02:20 +0000 (+0100) Subject: [flang] remove long comment X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ef4d355c8793e9b203eb35e3b90c0204b43e135;p=platform%2Fupstream%2Fllvm.git [flang] remove long comment Original-commit: flang-compiler/f18@c20912629b72655f7fcc7dfdfc0484ae10f4bf1a Reviewed-on: https://github.com/flang-compiler/f18/pull/24 Tree-same-pre-rewrite: false --- diff --git a/flang/include/flang/Sema/Scope.h b/flang/include/flang/Sema/Scope.h index ea89f0d..e88442b 100644 --- a/flang/include/flang/Sema/Scope.h +++ b/flang/include/flang/Sema/Scope.h @@ -13,8 +13,6 @@ namespace Fortran::semantics { class Scope; -// ======================================================= - // // Describe a scope (or a symbol table) //