lib/tt/mini_isam: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 22:26:18 -06:00
parent 44f999c1de
commit d0dd809b74
43 changed files with 163 additions and 163 deletions

View File

@@ -61,7 +61,7 @@ _isbtree_insert(Btree *btree, char *key)
int nkeys; /* Number of keys in the page */
int capac;
char keybuf[MAXKEYSIZE];
register int i;
int i;
Blkno blkno;
char *pkp, *pkp2, *pkp3;
Bufhdr *kp2bhdr, *kp3bhdr;