Commit 6c341737 authored by jan.koester's avatar jan.koester
Browse files

speed optimation

parent fe9f19cc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -254,7 +254,6 @@ namespace netplus {
    };

    void poll::unlockCon(int pos){
        const std::lock_guard<std::mutex> lock(_StateLock);
        con *curcon=(con*)_Events[pos].data.ptr;
        if(curcon)
            curcon->conlock.unlock();