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:
Valentin Shergin 2018-03-25 22:43:42 -07:00 committed by Facebook Github Bot
parent 6f17e3b328
commit cb7a7f3b93
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ class Props:
public virtual DebugStringConvertible {
public:
virtual ~Props() = default;
virtual void apply(const RawProps &rawProps);
const std::string &getNativeId() const;