From 60e072d3abb248019d10225f1c9b08d4cfe0b643 Mon Sep 17 00:00:00 2001 From: OccupyMars2025 <31559413+OccupyMars2025@users.noreply.github.com> Date: Tue, 23 Aug 2022 11:47:35 +0800 Subject: [PATCH] Update scope.h (#45270) --- paddle/fluid/framework/scope.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/paddle/fluid/framework/scope.h b/paddle/fluid/framework/scope.h index 7f80bbc4fc..647972e618 100644 --- a/paddle/fluid/framework/scope.h +++ b/paddle/fluid/framework/scope.h @@ -49,8 +49,6 @@ class ScopeBase { virtual ~ScopeBase() {} }; -class Scope; - /** * @brief Scope that manage all variables. * -- GitLab