fix compile warnings
This commit is contained in:
@ -395,10 +395,7 @@ struct ObExprOperatorFetcher : public ObSqlExpression {
|
||||
return ret;
|
||||
}
|
||||
|
||||
void reset()
|
||||
{
|
||||
op_ = NULL;
|
||||
}
|
||||
void reset() override { op_ = NULL; }
|
||||
|
||||
const ObExprOperator* op_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user