vms: remove SIZEOF_SHORT

The rest of SIZEOF_SHORT was removed in d48dd15.

See #9291
Closes #10061
This commit is contained in:
Ryan Schmidt 2022-12-08 13:45:44 -06:00 committed by Daniel Stenberg
parent 76b73c7468
commit b8e605adef
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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