mptable: Remove set but unused variable.

Reported by:	GCC
This commit is contained in:
John Baldwin
2023-06-20 09:28:59 -07:00
parent 4bea944fe7
commit 98f7dec508
-3
View File
@@ -530,7 +530,6 @@ MPConfigTableHeader( u_int32_t pap )
{
mpcth_t cth;
int x;
int totalSize;
int c;
int oldtype, entrytype;
u_int8_t *entry;
@@ -574,8 +573,6 @@ MPConfigTableHeader( u_int32_t pap )
printf( " extended table length:\t%d\n", cth->extended_table_length );
printf( " extended table checksum:\t%d\n", cth->extended_table_checksum );
totalSize = cth->base_table_length - sizeof( struct MPCTH );
puts( SEP_LINE );
printf( "MP Config Base Table Entries:\n\n" );