diff options
author | Oliver Smith-Denny <osde@linux.microsoft.com> | 2024-07-23 16:07:25 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-13 03:58:46 +0000 |
commit | a9b38305b64ef5997d0ba5f7d2797a75edd1f9ef (patch) | |
tree | 48a186dcd5d31df1f66f28be0fec82a66b8f0a76 /MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.uni | |
parent | f53f029122d4493e9db95e2424dd8f067f247661 (diff) | |
download | edk2-a9b38305b64ef5997d0ba5f7d2797a75edd1f9ef.tar.gz edk2-a9b38305b64ef5997d0ba5f7d2797a75edd1f9ef.tar.bz2 edk2-a9b38305b64ef5997d0ba5f7d2797a75edd1f9ef.zip |
MdePkg: Remove Old Stack Check Lib Implementation
Now that the new stack check lib implementation is being used
everywhere, remove the old one.
Signed-off-by: Oliver Smith-Denny <osde@linux.microsoft.com>
Diffstat (limited to 'MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.uni')
-rw-r--r-- | MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.uni | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.uni b/MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.uni deleted file mode 100644 index 03b9d7cd53..0000000000 --- a/MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.uni +++ /dev/null @@ -1,16 +0,0 @@ -// /** @file
-// Stack Check Library
-//
-// Stack Check Library
-//
-// Copyright (c) 2014, ARM Ltd. All rights reserved.<BR>
-//
-// SPDX-License-Identifier: BSD-2-Clause-Patent
-//
-// **/
-
-
-#string STR_MODULE_ABSTRACT #language en-US "Stack Check Library"
-
-#string STR_MODULE_DESCRIPTION #language en-US "Stack Check Library"
-
|