From 3ab022fda9d2bde603c032d4a5bff0f79e825f3d Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Thu, 16 Apr 2020 09:02:00 -0400 Subject: [PATCH] afs: remove commented xstats externs Extern declarations for the xstats recording areas have been commented out since 8f2df21ffe59e9aa66219bf24656775b584c122d "pull-prototypes-to-head-20020821". Remove the vestigial comments. No functional change is incurred by this commit. Change-Id: Ieef9a4b21e78db8d5427bed7b621ba043663b1d1 Reviewed-on: https://gerrit.openafs.org/14197 Reviewed-by: Benjamin Kaduk Reviewed-by: Andrew Deason Tested-by: BuildBot --- src/afs/afs_stats.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/afs/afs_stats.h b/src/afs/afs_stats.h index 2562a62..8fae196 100644 --- a/src/afs/afs_stats.h +++ b/src/afs/afs_stats.h @@ -1169,14 +1169,6 @@ struct afs_stats_CMFullPerf { struct afs_stats_AuthorInfo author; /*Authorship stats */ }; -/* - * These are the storage declarations for the structures accessible - * via the xstat package. - */ -/* extern struct afs_stats_CMPerf afs_stats_cmperf; */ -/* extern struct afs_stats_CMFullPerf afs_stats_cmfullperf; */ -/* extern afs_int32 afs_stats_XferSumBytes[]; */ - #ifndef AFS_NOSTATS /* * We define routines to keep running counts and means. For the -- 1.9.4