Skip to content

Commit

Permalink
vms: remove SIZEOF_SHORT
Browse files Browse the repository at this point in the history
The rest of SIZEOF_SHORT was removed in d48dd15.

See curl#9291
  • Loading branch information
ryandesign committed Dec 8, 2022
1 parent 3f06b42 commit c1168f2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/vms/config_h.com
Expand Up @@ -1539,13 +1539,6 @@ $ write tf "#endif"
$ endif
$ goto cfgh_in_loop1
$ endif
$ if key2b .eqs. "SHORT"
$ then
$ write tf "#ifndef SIZEOF_SHORT"
$ write tf "#define SIZEOF_SHORT 2"
$ write tf "#endif"
$ goto cfgh_in_loop1
$ endif
$ write tf "/* ", xline, " */"
$ goto cfgh_in_loop1
$ endif
Expand Down

0 comments on commit c1168f2

Please sign in to comment.