aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dtable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r--winsup/cygwin/dtable.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc
index c6c300b..b4c5db0 100644
--- a/winsup/cygwin/dtable.cc
+++ b/winsup/cygwin/dtable.cc
@@ -200,7 +200,6 @@ dtable::delete_archetype (fhandler_base *fh)
int
dtable::find_unused_handle (int start)
{
- AssertResourceOwner (LOCK_FD_LIST, READ_LOCK);
do
{
for (size_t i = start; i < size; i++)