Remove declarations for unused search_label() local variables
authorkrw <krw@openbsd.org>
Wed, 31 May 2023 13:49:56 +0000 (13:49 +0000)
committerkrw <krw@openbsd.org>
Wed, 31 May 2023 13:49:56 +0000 (13:49 +0000)
commit714960e689c9f6a7d3cf7f01c163544ccd07696c
tree336e93a7b0bebcc6d4d4b10785ad49f144a8601f
parentc5f976950fe893e18da75600b18e616fb29f0d4c
Remove declarations for unused search_label() local variables
error, i, p and poff. Fewer complaints from gcc -Wall.

The same was done to the NetBSD version in 2011 by tsutui.

Remove two more recent load_disklabel() comments implying that
search_label() checks MBR partitions. It doesn't and never has
despite the enticing names/types of the above unused variables.

No functional change.
sys/arch/sparc64/stand/ofwboot/ofdev.c