Skip to content

Commit

Permalink
remove deprecated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyx committed Oct 17, 2023
1 parent 76e1309 commit 9923418
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shsub.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ int main(int argc, char **argv)
return 0;
}

/* This routine also sets the `token` global variable.
* If the token is `LITERAL`, `token` is set to the content.
* Otherwise, `token` is set to the NULL-terminated empty string.
*/
enum token gettoken(FILE *fp)
{
char *p;
Expand Down

0 comments on commit 9923418

Please sign in to comment.