Changeset: c1ef749df4c0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c1ef749df4c0
Modified Files:
gdk/gdk_heap.c
Branch: Dec2023
Log Message:
Remove superfluous declaration.
diffs (13 lines):
diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c
--- a/gdk/gdk_heap.c
+++ b/gdk/gdk_heap.c
@@ -75,9 +75,6 @@ HEAPcreatefile(int farmid, size_t *maxsz
return base;
}
-static gdk_return HEAPload_intern(Heap *h, const char *nme, const char *ext,
const char *suffix, bool trunc);
-static gdk_return HEAPsave_intern(Heap *h, const char *nme, const char *ext,
const char *suffix, bool dosync, BUN free, MT_Lock *lock);
-
static char *
decompose_filename(str nme)
{
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]