summaryrefslogtreecommitdiff
path: root/sql/sp_cache.cc
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-02-26 17:17:17 +0100
committerSergei Golubchik <serg@mariadb.org>2018-04-10 13:12:36 +0200
commit35678c9572785ef11a8e0e0dfe72a77a09cf2b3f (patch)
treed82ba86a9a982de93b618b4281e67b280a5a81e6 /sql/sp_cache.cc
parent09e6280147bbe2f880c47e9ea545b5af226f0aa0 (diff)
downloadmariadb-git-35678c9572785ef11a8e0e0dfe72a77a09cf2b3f.tar.gz
dead code - related to vtmd
(will be added back when it'll be used)
Diffstat (limited to 'sql/sp_cache.cc')
-rw-r--r--sql/sp_cache.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/sp_cache.cc b/sql/sp_cache.cc
index 4f7cf1557e4..38d601431c9 100644
--- a/sql/sp_cache.cc
+++ b/sql/sp_cache.cc
@@ -238,11 +238,6 @@ void sp_cache_flush_obsolete(sp_cache **cp, sp_head **sp)
}
}
-void sp_cache_flush(sp_cache *cp, sp_head *sp)
-{
- cp->remove(sp);
-}
-
/**
Return the current global version of the cache.
*/