Skip to content

Commit

Permalink
Remove unused isRawInput variable (#8078)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #8078

Reviewed By: amitkdutta

Differential Revision: D52231312

Pulled By: xiaoxmeng

fbshipit-source-id: ce9662531f098731b535ced4afeda4313f3a697f
  • Loading branch information
duanmeng authored and facebook-github-bot committed Dec 16, 2023
1 parent adac109 commit f0accfd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,6 @@ exec::AggregateRegistrationResult registerMinMaxBy(const std::string& name) {
const TypePtr& resultType,
const core::QueryConfig& /*config*/)
-> std::unique_ptr<exec::Aggregate> {
const auto isRawInput = exec::isRawInput(step);
const std::string errorMessage = fmt::format(
"Unknown input types for {} ({}) aggregation: {}",
name,
Expand Down

0 comments on commit f0accfd

Please sign in to comment.