From fb84e7bdb88ea38a756db5cb186849de5327d6a3 Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Fri, 18 Oct 2019 16:58:00 -0700 Subject: [PATCH] [Server] Remove referece to deleted flag. --- src/XrdOfs/XrdOfsConfig.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/XrdOfs/XrdOfsConfig.cc b/src/XrdOfs/XrdOfsConfig.cc index 5d0e19b61d7..2ebc6198eb7 100644 --- a/src/XrdOfs/XrdOfsConfig.cc +++ b/src/XrdOfs/XrdOfsConfig.cc @@ -343,11 +343,6 @@ int XrdOfs::Configure(XrdSysError &Eroute, XrdOucEnv *EnvInfo) { // OfsStats.setRole(myRole); -// Indicate any other features we may have. Not ethat we use the default -// implementation of pgRead and pgWrite which means we support it. -// - myFeatures |= XrdSfs::hasPGWR; - // Display final configuration // if (!NoGo) Config_Display(Eroute);