Skip to content

Commit ab66887

Browse files
authored
Remove the unused INVALID_PTHREAD_KEY (#2930)
1 parent bf88565 commit ab66887

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/butil/containers/doubly_buffered_data.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ class DoublyBufferedData {
174174
pthread_mutex_t _modify_mutex{};
175175
};
176176

177-
static const pthread_key_t INVALID_PTHREAD_KEY = (pthread_key_t)-1;
178-
179177
template <typename T, typename TLS>
180178
class DoublyBufferedDataWrapperBase {
181179
public:

0 commit comments

Comments
 (0)