summaryrefslogtreecommitdiff
path: root/hurd/hurdexec.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-08-27 21:47:10 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-08-27 21:47:10 +0200
commitadb9c13ccfa6cba955c7700c9277f1e274ce3b8e (patch)
treebcdb709125d96dc9c7831770a37dedb4eed21ac8 /hurd/hurdexec.c
parent56b8c9e730f266ea290c6306f3c353f97b2ca5b7 (diff)
remove two more bogus assertions, and add explanations
Diffstat (limited to 'hurd/hurdexec.c')
-rw-r--r--hurd/hurdexec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hurd/hurdexec.c b/hurd/hurdexec.c
index 0ced7f32b4..1de90c0bc2 100644
--- a/hurd/hurdexec.c
+++ b/hurd/hurdexec.c
@@ -104,7 +104,6 @@ _hurd_exec (task_t task, file_t file,
ss = _hurd_self_sigstate ();
- assert (! __spin_lock_locked (&ss->critical_section_lock));
__spin_lock (&ss->critical_section_lock);
__spin_lock (&ss->lock);