Page MenuHomeFreeBSD

bsdinstall: Remove unused variables in fetchmissingdists
ClosedPublic

Authored by fernape on Oct 26 2023, 12:19 PM.
Tags
None
Referenced Files
F99010372: D42369.diff
Sat, Oct 5, 7:33 PM
F99010305: D42369.diff
Sat, Oct 5, 7:32 PM
F98936570: D42369.diff
Sat, Oct 5, 9:49 AM
Unknown Object (File)
Fri, Oct 4, 1:50 PM
Unknown Object (File)
Thu, Oct 3, 9:25 AM
Unknown Object (File)
Thu, Oct 3, 12:25 AM
Unknown Object (File)
Tue, Oct 1, 3:04 PM
Unknown Object (File)
Mon, Sep 30, 8:40 PM

Details

Summary

ALL_DISTRIBUTIONS and VERIFY_MANIFEST_SIG

They are neither used in the script nor exported.
Not referenced anywhere in bsdinstall/*

Test Plan

Apply patch and try to run an installation in a jail.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jlduran_gmail.com added inline comments.
usr.sbin/bsdinstall/scripts/fetchmissingdists
56
78

VERIFY_MANIFEST_SIG looks like the basis of an unimplemented feature, reading the xxx comment below, left over from 40923b0c81cc2c151388ec5ead59f4bed89ac432.

Ping

It seems like your review is being ignored for months. Maybe if you look for who made last changes in these files and ask them directly could help. Or even sending an email to freebsd-current asking for people to take a look here

Since these aren't exported or used anywhere, I think they are safe to remove.

This revision is now accepted and ready to land.May 9 2024, 10:11 PM