From: Chas Williams (CONTRACTOR) Date: Fri, 21 Mar 2014 18:35:46 +0000 (-0400) Subject: volser: remove commented code X-Git-Tag: upstream/1.6.10_pre1^2~117 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=6519f31fd9238864c17cd2fac0a14fda40e47943;p=packages%2Fo%2Fopenafs.git 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 --- 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) {