summaryrefslogtreecommitdiff
path: root/sql/ha_heap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/ha_heap.cc')
-rw-r--r--sql/ha_heap.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/ha_heap.cc b/sql/ha_heap.cc
index 94105fb9409..47978d647ec 100644
--- a/sql/ha_heap.cc
+++ b/sql/ha_heap.cc
@@ -196,11 +196,6 @@ int ha_heap::extra(enum ha_extra_function operation)
return heap_extra(file,operation);
}
-int ha_heap::reset(void)
-{
- return heap_extra(file,HA_EXTRA_RESET);
-}
-
int ha_heap::delete_all_rows()
{
heap_clear(file);