Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ namespace pvd = epics::pvData;
namespace pva = epics::pvAccess;

typedef epicsGuard<epicsMutex> Guard;
typedef epicsGuardRelease<epicsMutex> UnGuard;

namespace pvas {

Expand Down Expand Up @@ -93,7 +92,6 @@ struct StaticProvider::Impl : public pva::ChannelProvider
Guard G(mutex);
builders_t::const_iterator it(builders.find(name));
if(it!=builders.end()) {
UnGuard U(G);
builder = it->second;
}
}
Expand Down