From: Ryan Schmidt Date: Thu, 8 Dec 2022 19:45:44 +0000 (-0600) Subject: vms: remove SIZEOF_SHORT X-Git-Tag: curl-7_87_0~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8e605adef8fecf765a20bcf1ed0c53d6389d109;p=thirdparty%2Fcurl.git vms: remove SIZEOF_SHORT The rest of SIZEOF_SHORT was removed in d48dd15. See #9291 Closes #10061 --- diff --git a/packages/vms/config_h.com b/packages/vms/config_h.com index 4612c6c2b5..936aa6847f 100644 --- a/packages/vms/config_h.com +++ b/packages/vms/config_h.com @@ -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