diff --git a/svm/src/transaction_error_metrics.rs b/svm/src/transaction_error_metrics.rs index 7c8be902e738dd..ad572073ac5ee3 100644 --- a/svm/src/transaction_error_metrics.rs +++ b/svm/src/transaction_error_metrics.rs @@ -90,7 +90,7 @@ impl TransactionErrorMetrics { ); } - pub fn report(&self, id: &str, slot: Slot) { + pub fn report(&self, _id: &str, _slot: Slot) { // datapoint_info!( // "banking_stage-leader_slot_transaction_errors", // "id" => id,