Skip to content

Commit 37b3780

Browse files
muffgagaterhorstd
andauthored
chore: Drop wrongly placed assert
The assert in `Connection<targetidentifierT>::get_secondary_event()` isn't needed anymore (we call abort when this function is called). Co-authored-by: Dennis Terhorst <terhorstd@users.noreply.github.com>
1 parent 813dcde commit 37b3780

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nestkernel/connection.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ template < typename targetidentifierT >
402402
SecondaryEvent*
403403
Connection< targetidentifierT >::get_secondary_event()
404404
{
405-
assert( false );
406405
std::abort();
407406
}
408407

0 commit comments

Comments
 (0)