tt/bin: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 15:55:44 -06:00
parent 34436c7725
commit b0fd79a680
2 changed files with 2 additions and 2 deletions

View File

@@ -1085,7 +1085,7 @@ do_list(char *inputfilename, int lineno, int argc, char *argv[])
ld.fp = stdout;
if (argc == 1) {
register _tt_AuthFileEntryList *l;
_tt_AuthFileEntryList *l;
if (ttauth_head) {
for (l = ttauth_head; l; l = l->next) {