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/BaseStackCheckNull.c | |
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/BaseStackCheckNull.c')
-rw-r--r-- | MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c b/MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c deleted file mode 100644 index 32932002fa..0000000000 --- a/MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c +++ /dev/null @@ -1,9 +0,0 @@ -/** @file
- This file is purely empty as a work around for BaseStackCheck to pass MSVC build.
-
- Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
- SPDX-License-Identifier: BSD-2-Clause-Patent
-
-**/
-
-extern int __BaseStackCheckNull;
|