From df63ef8559535bc57dfb5cecff7944074aca33e4 Mon Sep 17 00:00:00 2001 From: John Wolfe Date: Sat, 31 Dec 2022 22:13:07 -0800 Subject: [PATCH] Common header file change not applicable to open-vm-tools. --- open-vm-tools/lib/include/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/open-vm-tools/lib/include/config.h b/open-vm-tools/lib/include/config.h index 0797a180e..df41c6913 100644 --- a/open-vm-tools/lib/include/config.h +++ b/open-vm-tools/lib/include/config.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2018,2021 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2018,2021-2022 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -117,8 +117,6 @@ Bool Config_WriteNoMsg(void); Bool Config_FileIsWritable(void); -Bool Config_IsIntegrityProtected(void); - uint32 Config_GetMask(uint32 defaultMask, const char *optionName); uint64 Config_GetMask64(uint64 defaultMask, const char *optionName); -- 2.47.3