Changeset: 9c6549914131 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9c6549914131 Removed Files: monetdb5/modules/atoms/uuid.h Modified Files: monetdb5/modules/atoms/CMakeLists.txt Branch: default Log Message:
Removed unused file. diffs (31 lines): diff --git a/monetdb5/modules/atoms/CMakeLists.txt b/monetdb5/modules/atoms/CMakeLists.txt --- a/monetdb5/modules/atoms/CMakeLists.txt +++ b/monetdb5/modules/atoms/CMakeLists.txt @@ -16,7 +16,7 @@ target_sources(atoms str.c str.h strptime.c url.c - uuid.c uuid.h + uuid.c json.c mtime.c inet.c diff --git a/monetdb5/modules/atoms/uuid.h b/monetdb5/modules/atoms/uuid.h deleted file mode 100644 --- a/monetdb5/modules/atoms/uuid.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * Copyright 1997 - July 2008 CWI, August 2008 - 2022 MonetDB B.V. - */ - -#ifndef UUID_H -#define UUID_H - -#include "gdk.h" - -#endif /* UUID_H */ _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
