Changeset: 8fcb7eba8510 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8fcb7eba8510 Modified Files: sql/server/rel_remote.h Branch: odbc_loader Log Message:
Remove declaration of mapiuri_database() Definition had already been removed. diffs (11 lines): diff --git a/sql/server/rel_remote.h b/sql/server/rel_remote.h --- a/sql/server/rel_remote.h +++ b/sql/server/rel_remote.h @@ -21,7 +21,6 @@ extern msettings *sa_msettings_create(al sql_export int mapiuri_valid( const char *uri, allocator *sa); extern const char *mapiuri_uri(const char *uri, allocator *sa); -extern const char *mapiuri_database(const char *uri, allocator *sa); extern const char *mapiuri_schema(const char *uri, allocator *sa, const char *fallback); extern const char *mapiuri_table(const char *uri, allocator *sa, const char *fallback); _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org