OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-144-gc097645

Gerrit Code Review gerrit@openafs.org
Tue, 18 Feb 2025 11:09:40 -0500


The following commit has been merged in the master branch:
commit c0976451060c5df2c1948c2fdd8a29283322b74a
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Feb 17 13:25:25 2025 -0600

    rx: Remove unused rx_packet.c rx_internal.h protos
    
    Remove prototypes for rxi_SendIovecs and rxi_SendRaw in the rx_packet.c
    section of the rx_internal.h header. These functions have never been
    defined or used, but were added, probably by accident, in commit
    a20c489367 (rx: Tidy up function scope in rx.c).
    
    While we're here, fix the comment that's clearly supposed to reference
    rx_packet.c, not rx_packet.h.
    
    Change-Id: I08f6ef852d0bad0e0718ee4d3d07108ac1a946fd
    Reviewed-on: https://gerrit.openafs.org/16269
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>

 src/rx/rx_internal.h | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

-- 
OpenAFS Master Repository