Changeset b9237fe for libcfa


Ignore:
Timestamp:
Jul 3, 2020, 1:21:03 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
47746a2
Parents:
8bb239d
Message:

Removed unnecessary/incorrect assert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io.cfa

    r8bb239d rb9237fe  
    794794                        // We got the lock
    795795                        unsigned to_submit = __collect_submitions( ring );
    796                         // /* paranoid */ verify( to_submit > 0 );
    797                         if( to_submit == 0 ) abort();
    798 
    799796                        const uint32_t smask = *ring.submit_q.mask;
    800797                        uint32_t shead = *ring.submit_q.head;
Note: See TracChangeset for help on using the changeset viewer.