public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [edk2-redfish-client][PATCH 2/2] RedfishClientPkg: Remove unused header files.
@ 2024-03-06 14:10 Nickle Wang via groups.io
  2024-03-07  6:02 ` Chang, Abner via groups.io
  0 siblings, 1 reply; 2+ messages in thread
From: Nickle Wang via groups.io @ 2024-03-06 14:10 UTC (permalink / raw)
  To: devel; +Cc: Abner Chang, Igor Kulchytskyy

stdarg.h and stdio.h are not used in RedfishClientPkg.

Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>
---
 RedfishClientPkg/PrivateInclude/Crt/stdarg.h | 14 --------------
 RedfishClientPkg/PrivateInclude/Crt/stdio.h  | 14 --------------
 2 files changed, 28 deletions(-)
 delete mode 100644 RedfishClientPkg/PrivateInclude/Crt/stdarg.h
 delete mode 100644 RedfishClientPkg/PrivateInclude/Crt/stdio.h

diff --git a/RedfishClientPkg/PrivateInclude/Crt/stdarg.h b/RedfishClientPkg/PrivateInclude/Crt/stdarg.h
deleted file mode 100644
index 5f458c0a4..000000000
--- a/RedfishClientPkg/PrivateInclude/Crt/stdarg.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/** @file
-  Include file to support building the third-party jansson library.
-
- (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
-
-    SPDX-License-Identifier: BSD-2-Clause-Patent
-
-**/
-#ifndef REDFISH_CLIENT_CRT_STDARG_H_
-#define REDFISH_CLIENT_CRT_STDARG_H_
-
-#include <Library/RedfishCrtLib.h>
-
-#endif
diff --git a/RedfishClientPkg/PrivateInclude/Crt/stdio.h b/RedfishClientPkg/PrivateInclude/Crt/stdio.h
deleted file mode 100644
index 30a0afae6..000000000
--- a/RedfishClientPkg/PrivateInclude/Crt/stdio.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/** @file
-  Include file to support building the third-party jansson library.
-
- (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
-
-    SPDX-License-Identifier: BSD-2-Clause-Patent
-
-**/
-#ifndef REDFISH_CLIENT_CRT_STDIO_H_
-#define REDFISH_CLIENT_CRT_STDIO_H_
-
-#include <Library/RedfishCrtLib.h>
-
-#endif
-- 
2.34.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#116443): https://edk2.groups.io/g/devel/message/116443
Mute This Topic: https://groups.io/mt/104766064/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [edk2-devel] [edk2-redfish-client][PATCH 2/2] RedfishClientPkg: Remove unused header files.
  2024-03-06 14:10 [edk2-devel] [edk2-redfish-client][PATCH 2/2] RedfishClientPkg: Remove unused header files Nickle Wang via groups.io
@ 2024-03-07  6:02 ` Chang, Abner via groups.io
  0 siblings, 0 replies; 2+ messages in thread
From: Chang, Abner via groups.io @ 2024-03-07  6:02 UTC (permalink / raw)
  To: devel@edk2.groups.io, nicklew@nvidia.com; +Cc: Igor Kulchytskyy

[AMD Official Use Only - General]

Reviewed-by: Abner Chang <abner.chang@amd.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Nickle
> Wang via groups.io
> Sent: Wednesday, March 6, 2024 10:11 PM
> To: devel@edk2.groups.io
> Cc: Chang, Abner <Abner.Chang@amd.com>; Igor Kulchytskyy
> <igork@ami.com>
> Subject: [edk2-devel] [edk2-redfish-client][PATCH 2/2] RedfishClientPkg:
> Remove unused header files.
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> stdarg.h and stdio.h are not used in RedfishClientPkg.
>
> Signed-off-by: Nickle Wang <nicklew@nvidia.com>
> Cc: Abner Chang <abner.chang@amd.com>
> Cc: Igor Kulchytskyy <igork@ami.com>
> ---
>  RedfishClientPkg/PrivateInclude/Crt/stdarg.h | 14 --------------
>  RedfishClientPkg/PrivateInclude/Crt/stdio.h  | 14 --------------
>  2 files changed, 28 deletions(-)
>  delete mode 100644 RedfishClientPkg/PrivateInclude/Crt/stdarg.h
>  delete mode 100644 RedfishClientPkg/PrivateInclude/Crt/stdio.h
>
> diff --git a/RedfishClientPkg/PrivateInclude/Crt/stdarg.h
> b/RedfishClientPkg/PrivateInclude/Crt/stdarg.h
> deleted file mode 100644
> index 5f458c0a4..000000000
> --- a/RedfishClientPkg/PrivateInclude/Crt/stdarg.h
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -/** @file
> -  Include file to support building the third-party jansson library.
> -
> - (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
> -
> -    SPDX-License-Identifier: BSD-2-Clause-Patent
> -
> -**/
> -#ifndef REDFISH_CLIENT_CRT_STDARG_H_
> -#define REDFISH_CLIENT_CRT_STDARG_H_
> -
> -#include <Library/RedfishCrtLib.h>
> -
> -#endif
> diff --git a/RedfishClientPkg/PrivateInclude/Crt/stdio.h
> b/RedfishClientPkg/PrivateInclude/Crt/stdio.h
> deleted file mode 100644
> index 30a0afae6..000000000
> --- a/RedfishClientPkg/PrivateInclude/Crt/stdio.h
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -/** @file
> -  Include file to support building the third-party jansson library.
> -
> - (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
> -
> -    SPDX-License-Identifier: BSD-2-Clause-Patent
> -
> -**/
> -#ifndef REDFISH_CLIENT_CRT_STDIO_H_
> -#define REDFISH_CLIENT_CRT_STDIO_H_
> -
> -#include <Library/RedfishCrtLib.h>
> -
> -#endif
> --
> 2.34.1
>
>
>
> 
>



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#116474): https://edk2.groups.io/g/devel/message/116474
Mute This Topic: https://groups.io/mt/104766064/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-07  6:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-06 14:10 [edk2-devel] [edk2-redfish-client][PATCH 2/2] RedfishClientPkg: Remove unused header files Nickle Wang via groups.io
2024-03-07  6:02 ` Chang, Abner via groups.io

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox