Changeset: 7449f4b0756e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7449f4b0756e
Modified Files:
gdk/gdk_posix.c
Branch: default
Log Message:
Removed unused variable.
diffs (11 lines):
diff --git a/gdk/gdk_posix.c b/gdk/gdk_posix.c
--- a/gdk/gdk_posix.c
+++ b/gdk/gdk_posix.c
@@ -427,7 +427,6 @@ MT_mremap(const char *path, int mode, vo
if (!(mode & MMAP_COPY) && path != NULL) {
/* "normal" memory map */
- struct stat stb;
if ((fd = open(path, O_RDWR)) < 0)
return NULL;
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list