diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:13:36 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:13:36 -0300 |
commit | bc4ba28cab2fbdefee87fbb8d97234046f707ed0 (patch) | |
tree | ad51351f695978140f847012d093d17a18062b38 /mysys/lf_hash.c | |
parent | 97c3182312568d856e040f8d788f1ee0291717c1 (diff) | |
download | mariadb-git-bc4ba28cab2fbdefee87fbb8d97234046f707ed0.tar.gz |
WL#5498: Remove dead and unused source code
Remove unused variables.
Diffstat (limited to 'mysys/lf_hash.c')
-rw-r--r-- | mysys/lf_hash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysys/lf_hash.c b/mysys/lf_hash.c index 9c51ff1766e..e7bf82fc6ca 100644 --- a/mysys/lf_hash.c +++ b/mysys/lf_hash.c @@ -41,8 +41,6 @@ typedef struct { */ } LF_SLIST; -const int LF_HASH_OVERHEAD= sizeof(LF_SLIST); - /* a structure to pass the context (pointers two the three successive elements in a list) from lfind to linsert/ldelete |