From 6519f31fd9238864c17cd2fac0a14fda40e47943 Mon Sep 17 00:00:00 2001 From: "Chas Williams (CONTRACTOR)" Date: Fri, 21 Mar 2014 14:35:46 -0400 Subject: [PATCH] volser: remove commented code Apparently this predates AFS 3.0 so it should be safe to remove. Reviewed-on: http://gerrit.openafs.org/10935 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman (cherry picked from commit cc39ac77c6e8d120a41ffe67a60896463323ab31) Change-Id: Ia034b8a14c000ee2772ba555a45a9776a20aff43 Reviewed-on: http://gerrit.openafs.org/10945 Tested-by: BuildBot Reviewed-by: D Brashear Reviewed-by: Andrew Deason Reviewed-by: Stephan Wiesand --- src/volser/volprocs.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/volser/volprocs.c b/src/volser/volprocs.c index 90346b882..96519a093 100644 --- a/src/volser/volprocs.c +++ b/src/volser/volprocs.c @@ -462,9 +462,6 @@ VolPartitionInfo(struct rx_call *acid, char *pname, struct diskPartition64 { struct DiskPartition64 *dp; -/* - if (!afsconf_SuperUser(tdir, acid, caller)) return VOLSERBAD_ACCESS; -*/ VResetDiskUsage(); dp = VGetPartition(pname, 0); if (dp) { -- 2.39.5