HPCC-27107 OSX build error in thmfilemanager_lcr.cpp Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com> Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
@@ -318,7 +318,7 @@ public:
{
if (lfn.isRemote() || (!lfn.isExternal() && job.getOptBool("dfsesp-localfiles")))
- auto func = [&job, &lfn, write, privilegedUser](unsigned timeout)
+ auto func = [&job, &lfn](unsigned timeout)
return wsdfs::lookupLegacyDFSFile(lfn.get(), timeout, wsdfs::keepAliveExpiryFrequency, job.queryUserDescriptor());
};