diff options
author | unknown <msvensson@shellback.> | 2006-03-28 19:34:44 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.> | 2006-03-28 19:34:44 +0200 |
commit | caeb6e274e4766e4f44e566894a6aa2bd2659ce3 (patch) | |
tree | 4eab2e0057959535f4558e1ddb4f2d9138d2c299 /sql/sp_cache.cc | |
parent | bc609ffbd0e1546878854d721cf1b1e2f6235dce (diff) | |
download | mariadb-git-caeb6e274e4766e4f44e566894a6aa2bd2659ce3.tar.gz |
Remove unused variable
Diffstat (limited to 'sql/sp_cache.cc')
-rw-r--r-- | sql/sp_cache.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sp_cache.cc b/sql/sp_cache.cc index fea6a67f32c..f5912caddaf 100644 --- a/sql/sp_cache.cc +++ b/sql/sp_cache.cc @@ -124,7 +124,6 @@ void sp_cache_clear(sp_cache **cp) void sp_cache_insert(sp_cache **cp, sp_head *sp) { sp_cache *c; - ulong v; if (!(c= *cp)) { |