dmlc / dmlc-core

A common bricks library for building scalable and portable distributed machine learning.
Apache License 2.0
865 stars 520 forks source link

Remove unused parameters. #671

Closed trivialfis closed 2 years ago

trivialfis commented 2 years ago

This PR applies stricter compilation rules and removes some unused parameters. We want to improve the codebase of XGBoost by eliminating some compiler warnings like unused parameters.

trivialfis commented 2 years ago

@szha Could you please take a look when you are available?