mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
Remove long-deprecated functions
mdb_init() and mdb_exit() have done nothing for a while. mdb_get_coltype_string() and mdb_coltype_takes_length() were previously removed, but remained in the header file by accident.
This commit is contained in:
@@ -450,10 +450,6 @@ typedef struct {
|
||||
MdbAny value;
|
||||
} MdbSarg;
|
||||
|
||||
/* mem.c */
|
||||
extern MDB_DEPRECATED(void, mdb_init(void));
|
||||
extern MDB_DEPRECATED(void, mdb_exit(void));
|
||||
|
||||
/* version.c */
|
||||
const char *mdb_get_version(void);
|
||||
|
||||
@@ -533,8 +529,6 @@ int mdb_read_row(MdbTableDef *table, unsigned int row);
|
||||
void mdb_buffer_dump(const void *buf, off_t start, size_t len);
|
||||
|
||||
/* backend.c */
|
||||
MDB_DEPRECATED(char*, mdb_get_coltype_string(MdbBackend *backend, int col_type));
|
||||
MDB_DEPRECATED(int, mdb_coltype_takes_length(MdbBackend *backend, int col_type));
|
||||
void mdb_init_backends(MdbHandle *mdb);
|
||||
void mdb_remove_backends(MdbHandle *mdb);
|
||||
const MdbBackendType* mdb_get_colbacktype(const MdbColumn *col);
|
||||
|
Reference in New Issue
Block a user