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
This commit is contained in:
parent
6f17e3b328
commit
cb7a7f3b93
|
@ -28,8 +28,6 @@ class Props:
|
|||
public virtual DebugStringConvertible {
|
||||
|
||||
public:
|
||||
virtual ~Props() = default;
|
||||
|
||||
virtual void apply(const RawProps &rawProps);
|
||||
|
||||
const std::string &getNativeId() const;
|
||||
|
|
Loading…
Reference in New Issue