This commit is contained in:
Michael Davidsaver
2020-01-24 14:00:31 -08:00
parent b8b91f23f8
commit 9ffb8dab9a
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -134,7 +134,6 @@ Server& Server::addSource(const std::string& name,
throw std::logic_error(SB()<<"Attempt to add NULL Source "<<name<<" at "<<order);
{
auto G(pvt->sourcesLock.lockWriter());
//epicsGuard<RWLock::Writer> G(pvt->sourcesLock.writer());
auto& ent = pvt->sources[std::make_pair(order, name)];
if(ent)