Skip to content

Commit

Permalink
Merge pull request #15 from xetorthio/jonas_master
Browse files Browse the repository at this point in the history
Locking happens now on the instance level
  • Loading branch information
xetorthio committed Jun 9, 2017
2 parents 56e76a5 + 84f9af1 commit a95d1cd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pwd/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ func (p *pwd) SessionGetSmallestViewPort(s *Session) ViewPort {
}

func (p *pwd) SessionDeployStack(s *Session) error {
s.rw.Lock()
defer s.rw.Unlock()

if s.Ready {
// a stack was already deployed on this session, just ignore
return nil
Expand Down

0 comments on commit a95d1cd

Please sign in to comment.