Skip to content

Commit 41bba0a

Browse files
authored
Merge pull request #157 from wravery/main
Remove unused parameter
2 parents d1781ff + 68d8129 commit 41bba0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Introspection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Schema::Schema(const std::shared_ptr<schema::Schema>& schema)
1111
}
1212

1313
service::FieldResult<std::vector<std::shared_ptr<object::Type>>> Schema::getTypes(
14-
service::FieldParams&& params) const
14+
service::FieldParams&&) const
1515
{
1616
const auto& types = _schema->types();
1717
std::vector<std::shared_ptr<object::Type>> result(types.size());

0 commit comments

Comments
 (0)