OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-172-g03863ee

Gerrit Code Review gerrit@openafs.org
Tue, 4 Mar 2025 11:06:23 -0500


The following commit has been merged in the master branch:
commit 03863ee2936ae8b6b93386d2405a5c6a6c84f9a1
Author: Mark Vitale <mvitale@sinenomine.net>
Date:   Tue Mar 5 17:51:49 2024 -0500

    afs: Remove dead code mem_getbytes, mem_freebytes
    
    These functions are implemented only for AIX and have had no in-tree
    callers since the original IBM code import; remove them.
    Also mark their respective call counters as "UNUSED".
    
    No functional change is incurred by this commit.
    
    Change-Id: I6f5a518c009c68252a9af236b038e3ae05bff874
    Reviewed-on: https://gerrit.openafs.org/16233
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 src/afs/AIX/osi_config.c | 25 -------------------------
 src/afs/afs_stats.h      |  4 ++--
 2 files changed, 2 insertions(+), 27 deletions(-)

-- 
OpenAFS Master Repository