Skip to content

Commit

Permalink
Remove internal StateLocker implementation (#688)
Browse files Browse the repository at this point in the history
Fixes #657

With the changes in #667 and #669 to use a plain-old-mutex for
concurrent access of Histogram and MinMaxSumCount aggregators,
the StateLocker implementation is no longer used in the project.

Co-authored-by: Joshua MacDonald <jmacd@users.noreply.github.com>
  • Loading branch information
evantorrie and jmacd authored Apr 30, 2020
1 parent 44bd7e9 commit 34bd998
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 212 deletions.
110 changes: 0 additions & 110 deletions sdk/internal/state_locker.go

This file was deleted.

102 changes: 0 additions & 102 deletions sdk/internal/state_locker_test.go

This file was deleted.

0 comments on commit 34bd998

Please sign in to comment.