Remove unused member from AnyConstructor.

This appears to be leftover from pre-Constructor-refactor times.

Change-Id: Id965468cf639fe7e55ca80f7f59bb8c84dbe12b1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/499380
Commit-Queue: John Stiles <johnstiles@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
This commit is contained in:
John Stiles 2022-01-25 10:04:18 -05:00 committed by SkCQ
parent c5b381c479
commit df9e43cdd4

View File

@ -73,8 +73,6 @@ public:
ComparisonResult compareConstant(const Expression& other) const override;
private:
std::unique_ptr<Expression> fArgument;
using INHERITED = Expression;
};