diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-06-24 14:31:49 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-06-24 14:31:49 +0300 |
commit | 6ffaed615a0117dd4ad8c1b209138650d9000ec2 (patch) | |
tree | 78e11835ac18856494ca2ef1c4c04021da98ffc2 /include | |
parent | ddeeb42e0b1adc2158fa0baec70d84a0ae3e5828 (diff) | |
download | mariadb-git-6ffaed615a0117dd4ad8c1b209138650d9000ec2.tar.gz |
Remove the unused function maria_clone
Diffstat (limited to 'include')
-rw-r--r-- | include/maria.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/maria.h b/include/maria.h index cbc03687f1d..c53ae472c46 100644 --- a/include/maria.h +++ b/include/maria.h @@ -1,5 +1,5 @@ /* Copyright (C) 2006-2008 MySQL AB, 2008-2009 Sun Microsystems, Inc. - Copyright (c) 2009, 2013, Monty Program Ab. + Copyright (c) 2009, 2019, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -286,7 +286,6 @@ extern int maria_close(MARIA_HA *file); extern int maria_delete(MARIA_HA *file, const uchar *buff); extern MARIA_HA *maria_open(const char *name, int mode, uint wait_if_locked); -extern MARIA_HA *maria_clone(struct st_maria_share *share, int mode); extern int maria_panic(enum ha_panic_function function); extern int maria_rfirst(MARIA_HA *file, uchar *buf, int inx); extern int maria_rkey(MARIA_HA *file, uchar *buf, int inx, |