From f716aa2ac6c4d3ffc69c0bec69c3bbb139001d36 Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Fri, 17 Jul 2020 01:33:52 -0400 Subject: [PATCH] rbd: Remove clashing definition of CephContext Fallout from the common_fwd change Signed-off-by: Adam C. Emerson --- src/librbd/plugin/Types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/librbd/plugin/Types.h b/src/librbd/plugin/Types.h index df06f3a9746..fb309b310de 100644 --- a/src/librbd/plugin/Types.h +++ b/src/librbd/plugin/Types.h @@ -7,7 +7,6 @@ #include "include/common_fwd.h" #include "common/PluginRegistry.h" -struct CephContext; struct Context; namespace librbd { -- 2.47.3