From 9427d210d806cfdbe6d77dc3c9aa0fcb4682e18a Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 5 Apr 2026 15:10:53 +0100 Subject: [PATCH] Remove the "ratio" option flag, as it is not needed (#67). --- src/include/options.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/options.h b/src/include/options.h index 3997895..ecf0b23 100644 --- a/src/include/options.h +++ b/src/include/options.h @@ -93,7 +93,6 @@ struct opts_s { bool rate; /* rate counter flag */ bool average_rate; /* average rate counter flag */ bool bytes; /* bytes transferred flag */ - bool ratio; /* in:out ratio flag */ bool bits; /* report transfer size in bits */ bool decimal_units; /* decimal prefix flag */ bool bufpercent; /* transfer buffer percentage flag */