Changeset: f13e114afb37 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f13e114afb37 Removed Files: gdk/gdk_tm.h Modified Files: gdk/CMakeLists.txt gdk/gdk_tm.c Branch: default Log Message:
Removed useless include file. diffs (43 lines): diff --git a/gdk/CMakeLists.txt b/gdk/CMakeLists.txt --- a/gdk/CMakeLists.txt +++ b/gdk/CMakeLists.txt @@ -48,7 +48,7 @@ target_sources(bat gdk_cand.h gdk_cand.c gdk_search.c gdk_hash.c gdk_hash.h - gdk_tm.c gdk_tm.h + gdk_tm.c gdk_orderidx.c gdk_align.c gdk_bbp.c gdk_bbp.h diff --git a/gdk/gdk_tm.c b/gdk/gdk_tm.c --- a/gdk/gdk_tm.c +++ b/gdk/gdk_tm.c @@ -19,7 +19,6 @@ #include "monetdb_config.h" #include "gdk.h" #include "gdk_private.h" -#include "gdk_tm.h" /* * The physical (disk) commit protocol is handled mostly by diff --git a/gdk/gdk_tm.h b/gdk/gdk_tm.h deleted file mode 100644 --- a/gdk/gdk_tm.h +++ /dev/null @@ -1,15 +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 _GDK_TM_H_ -#define _GDK_TM_H_ - -#define SYSTRANSACTION "tmp" -#define MAXTM 10 - -#endif /* _GDK_TM_H_ */ _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
