Commit 02110007 authored by Scott Vokes's avatar Scott Vokes
Browse files

Eliminate redundant assert.

parent 8c54b2ae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -155,7 +155,6 @@ bool KineticRequest_LockSend(KineticSession* session)

bool KineticRequest_UnlockSend(KineticSession* session)
{
    KINETIC_ASSERT(session);
    KINETIC_ASSERT(session);
    return 0 == pthread_mutex_unlock(&session->sendMutex);
}