From b8e605adef8fecf765a20bcf1ed0c53d6389d109 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Thu, 8 Dec 2022 13:45:44 -0600 Subject: [PATCH] vms: remove SIZEOF_SHORT The rest of SIZEOF_SHORT was removed in d48dd15. See #9291 Closes #10061 --- packages/vms/config_h.com | 7 ------- 1 file changed, 7 deletions(-) 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