Skip to content

Commit

Permalink
xio: remove unused mutex
Browse files Browse the repository at this point in the history
Signed-off-by: Roi Dayan <[email protected]>
  • Loading branch information
roidayan committed May 2, 2016
1 parent 79c01b8 commit 33c0ccc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/msg/xio/XioPortal.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ class XioPortal : public Thread
struct xio_server *server;
SubmitQueue submit_q;
pthread_spinlock_t sp;
pthread_mutex_t mtx;
void *ev_loop;
string xio_uri;
char *portal_id;
Expand All @@ -138,7 +137,6 @@ class XioPortal : public Thread
special_handling(0)
{
pthread_spin_init(&sp, PTHREAD_PROCESS_PRIVATE);
pthread_mutex_init(&mtx, NULL);

struct xio_context_params ctx_params;
memset(&ctx_params, 0, sizeof(ctx_params));
Expand Down

0 comments on commit 33c0ccc

Please sign in to comment.