X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=include%2Fasterisk%2Ftcptls.h;h=ba6ac12d94b3df077d5b22524f70b882e5bced09;hp=c60501397558f3cb8aa86ea9972ddf694a91c7e1;hb=85ea4277f1e90a11cc7b80c3fad681598eb3650b;hpb=565f411868288d911b63944e4c8410b8e2951b7b diff --git a/include/asterisk/tcptls.h b/include/asterisk/tcptls.h index c605013..ba6ac12 100644 --- a/include/asterisk/tcptls.h +++ b/include/asterisk/tcptls.h @@ -155,8 +155,6 @@ struct ast_tcptls_session_instance { int client; struct ast_sockaddr remote_address; struct ast_tcptls_session_args *parent; - /*! \todo XXX Why do we still use this lock when this struct is allocated as an ao2 object which has its own lock? */ - ast_mutex_t lock; }; #if defined(HAVE_FUNOPEN)