Skip to content
Permalink
Browse files
removed garbase struct member
  • Loading branch information
kevgs authored and Sergey Vojtovich committed Nov 15, 2017
1 parent 2913f61 commit ea1739f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
@@ -383,9 +383,6 @@ struct que_thr_t{
UT_LIST_NODE_T(que_thr_t)
thrs; /*!< list of thread nodes of the fork
node */
UT_LIST_NODE_T(que_thr_t)
trx_thrs; /*!< lists of threads in wait list of
the trx */
UT_LIST_NODE_T(que_thr_t)
queue; /*!< list of runnable thread nodes in
the server task queue */
@@ -384,9 +384,6 @@ struct que_thr_t{
UT_LIST_NODE_T(que_thr_t)
thrs; /*!< list of thread nodes of the fork
node */
UT_LIST_NODE_T(que_thr_t)
trx_thrs; /*!< lists of threads in wait list of
the trx */
UT_LIST_NODE_T(que_thr_t)
queue; /*!< list of runnable thread nodes in
the server task queue */

0 comments on commit ea1739f

Please sign in to comment.