diff options
author | Sergei Golubchik <sergii@pisem.net> | 2015-01-19 14:18:55 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2015-01-19 14:18:55 +0100 |
commit | e2a27682788afacc738914976014b324b1be6ad9 (patch) | |
tree | c4c958eb2dc91163702627c79ed4c5180458414e /include/my_pthread.h | |
parent | 47c844f236fc7e9f6065ba4332facea6b51fe26e (diff) | |
download | mariadb-git-e2a27682788afacc738914976014b324b1be6ad9.tar.gz |
remove unused st_my_thread_var::cmp_length
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r-- | include/my_pthread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h index 0be821586a1..2e5f177eea4 100644 --- a/include/my_pthread.h +++ b/include/my_pthread.h @@ -721,7 +721,6 @@ struct st_my_thread_var mysql_cond_t * volatile current_cond; pthread_t pthread_self; my_thread_id id; - int cmp_length; int volatile abort; my_bool init; struct st_my_thread_var *next,**prev; |