From cb7a7f3b93cbee1621a190f4c5dedfb31ac35744 Mon Sep 17 00:00:00 2001 From: Valentin Shergin Date: Sun, 25 Mar 2018 22:43:42 -0700 Subject: [PATCH] Fabric: Deleted virtual default destructor from Props Summary: Trivial. We don't need this because we already have another virtual method. Reviewed By: fkgozali Differential Revision: D7388964 fbshipit-source-id: 5ea6eb33ece72796d8cde2cc4b12c1240447d22a --- ReactCommon/fabric/core/shadownode/Props.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ReactCommon/fabric/core/shadownode/Props.h b/ReactCommon/fabric/core/shadownode/Props.h index 5760f34916..d7ecea7426 100644 --- a/ReactCommon/fabric/core/shadownode/Props.h +++ b/ReactCommon/fabric/core/shadownode/Props.h @@ -28,8 +28,6 @@ class Props: public virtual DebugStringConvertible { public: - virtual ~Props() = default; - virtual void apply(const RawProps &rawProps); const std::string &getNativeId() const;