Skip to content

Commit e7e94ec

Browse files
committed
---
yaml --- r: 14824 b: refs/heads/try c: 5c23d21 h: refs/heads/master v: v3
1 parent 28fe3dc commit e7e94ec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 8cbaebbb49a875728f95d413d7352f77cc97d04c
5+
refs/heads/try: 5c23d21e83606611988e5b218d48e2ed0549a6d3
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rt/sync/lock_and_signal.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ lock_and_signal::lock_and_signal()
4343
#endif
4444

4545
lock_and_signal::~lock_and_signal() {
46-
assert(_holding_thread == INVALID_THREAD);
4746
#if defined(__WIN32__)
4847
CloseHandle(_event);
4948
DeleteCriticalSection(&_cs);

0 commit comments

Comments
 (0)