From 9afa09cd0eb32581d301f6b9f9dc252e2a879a05 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Fri, 22 Feb 2002 20:51:00 +0000 Subject: Fix warnings inspired by lint, a commercial lint and WARNS=4. --- bin/dd/dd.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin/dd/dd.h') diff --git a/bin/dd/dd.h b/bin/dd/dd.h index 183176b0e10c..caf161bade73 100644 --- a/bin/dd/dd.h +++ b/bin/dd/dd.h @@ -59,10 +59,6 @@ typedef struct { int fd; /* file descriptor */ off_t offset; /* # of blocks to skip */ - u_quad_t f_stats; /* # of full blocks processed */ - u_quad_t p_stats; /* # of partial blocks processed */ - u_quad_t s_stats; /* # of odd swab blocks */ - u_quad_t t_stats; /* # of truncations */ } IO; typedef struct { -- cgit v1.2.3