summaryrefslogtreecommitdiff
path: root/include/my_pthread.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2015-01-19 14:18:55 +0100
committerSergei Golubchik <sergii@pisem.net>2015-01-19 14:18:55 +0100
commite2a27682788afacc738914976014b324b1be6ad9 (patch)
treec4c958eb2dc91163702627c79ed4c5180458414e /include/my_pthread.h
parent47c844f236fc7e9f6065ba4332facea6b51fe26e (diff)
downloadmariadb-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.h1
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;