Back out rev 1.6, it's in the official source now (a few lines up)

This commit is contained in:
Peter Wemm 1996-12-03 06:18:11 +00:00
parent 589790e627
commit dc5a26cc5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20107

View file

@ -313,7 +313,6 @@ main(argc, argv)
#ifdef NEWDB
case T_HASH:
/* tweak some parameters for performance */
bzero(&hinfo, sizeof(hinfo));
hinfo.nelem = 4096;
hinfo.cachesize = dbcachesize;