From 6ef4d355c8793e9b203eb35e3b90c0204b43e135 Mon Sep 17 00:00:00 2001 From: Stephane Chauveau Date: Fri, 9 Mar 2018 17:02:20 +0100 Subject: [PATCH] [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 --- flang/include/flang/Sema/Scope.h | 2 -- 1 file changed, 2 deletions(-) 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) // -- 2.7.4