summaryrefslogtreecommitdiff
path: root/sql/sp_cache.cc
diff options
context:
space:
mode:
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.
*/