Changeset: ea61b5d263e7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ea61b5d263e7 Modified Files: clients/Tests/exports.stable.out monetdb5/modules/atoms/uuid.c Branch: default Log Message:
Approve test + remove unused variable. diffs (29 lines): diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out --- a/clients/Tests/exports.stable.out +++ b/clients/Tests/exports.stable.out @@ -2363,7 +2363,7 @@ void moveInstruction(MalBlkPtr mb, int p void msab_dbfarminit(const char *dbfarm); void msab_dbpathinit(const char *dbpath); char *msab_deserialise(sabdb **ret, char *sabdb); -char *msab_freeStatus(sabdb **ret); +void msab_freeStatus(sabdb **ret); char *msab_getDBfarm(char **ret); char *msab_getDBname(char **ret); char *msab_getMyStatus(sabdb **ret); diff --git a/monetdb5/modules/atoms/uuid.c b/monetdb5/modules/atoms/uuid.c --- a/monetdb5/modules/atoms/uuid.c +++ b/monetdb5/modules/atoms/uuid.c @@ -67,13 +67,10 @@ mal_export str UUIDisaUUID(bit *retval, mal_export str UUIDequal(bit *retval, uuid **l, uuid **r); static uuid uuid_nil; /* automatically initialized as zeros */ -static uuid *uuid_session; /* automatically set during system restart */ str UUIDprelude(void *ret) { - if (uuid_session) - return MAL_SUCCEED; (void) ret; assert(UUID_SIZE == 16); (void) malAtomSize(sizeof(uuid), "uuid"); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list