Drop synchronization from ServerSessionManager.{bind,unbind} 16/100716/3
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 21 Apr 2022 23:12:28 +0000 (01:12 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 23 Apr 2022 05:39:03 +0000 (07:39 +0200)
commit9a04a0b9037244dbbc2f564bfcc7bd4cff19c5ae
treec735b60b58181b1cf3f2ccb8142d69bcba68b63f
parenta4cf3c1ad99445d6e9aa7fe1ef5afd4c28a4a0e4
Drop synchronization from ServerSessionManager.{bind,unbind}

We are not touching any state, there is no point in synchronizing
here.

Change-Id: Ia5f39ec274a2b26bd94c4375506043acb63ff7f1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
pcep/topology/topology-provider/src/main/java/org/opendaylight/bgpcep/pcep/topology/provider/ServerSessionManager.java