diff --git a/src/bcast/file_bcast.h b/src/bcast/file_bcast.h
index 8e538cc263c0f769c33ef24bb47f941551c04b88..8f5c6354e2f020c8fb0ca19e919b03eec36c6c59 100644
--- a/src/bcast/file_bcast.h
+++ b/src/bcast/file_bcast.h
@@ -48,14 +48,14 @@ struct bcast_parameters {
 	uint32_t block_size;
 	uint16_t compress;
 	char *dst_fname;
-	int  fanout;
+	int fanout;
 	bool force;
 	uint32_t job_id;
 	bool preserve;
 	char *src_fname;
 	uint32_t step_id;
-	int  timeout;
-	int  verbose;
+	int timeout;
+	int verbose;
 };
 
 typedef struct file_bcast_info {
@@ -66,7 +66,6 @@ typedef struct file_bcast_info {
 	gid_t gid;		/* gid of owner */
 	uint32_t job_id;	/* job id */
 	time_t last_update;	/* transfer last block received */
-	int max_blocks;		/* highest block number (when known) */
 	int received_blocks;	/* number of blocks received */
 	time_t start_time;	/* transfer start time */
 	uid_t uid;		/* uid of owner */