summaryrefslogtreecommitdiff
path: root/mail/evolution-devel/files/patch-e-util::e-dbhash.c
blob: 438c608362aed9e7662b49ee6a5f7a4a6d496cb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$FreeBSD$

--- e-util/e-dbhash.c	2001/12/06 10:25:50	1.1
+++ e-util/e-dbhash.c	2001/12/06 10:26:28
@@ -33,6 +33,7 @@
 	DB *db;
 	int rv;
 
+#if 0
 	int major, minor, patch;
 
 	db_version (&major, &minor, &patch);
@@ -43,6 +44,7 @@
 		g_warning ("Wrong version of libdb.");
 		return NULL;
 	}
+#endif
 
 	/* Attempt to open the database */
 	rv = db_create (&db, NULL, 0);