Skip to content

Commit 631c5ab

Browse files
devnexencvicentiu
authored andcommitted
Removing obsolete register keyword
1 parent d992163 commit 631c5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/connect/valblk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ void STRBLK::SetValues(PVBLK pv, int k, int n)
11291129
CheckType(pv)
11301130
PSZ *sp = ((STRBLK*)pv)->Strp;
11311131

1132-
for (register int i = k; i < n; i++)
1132+
for (int i = k; i < n; i++)
11331133
Strp[i] = (!pv->IsNull(i)) ? sp[i] : NULL;
11341134

11351135
} // end of SetValues

0 commit comments

Comments
 (0)