summaryrefslogtreecommitdiff
path: root/ShellPkg
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg')
-rw-r--r--ShellPkg/Include/ShellBase.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ShellPkg/Include/ShellBase.h b/ShellPkg/Include/ShellBase.h
index 92f5833f14..576cd7b1a4 100644
--- a/ShellPkg/Include/ShellBase.h
+++ b/ShellPkg/Include/ShellBase.h
@@ -15,8 +15,6 @@
#ifndef _SHELL_BASE_
#define _SHELL_BASE_
-#define ABS(a) ((a<0)?(-(a)):(a))
-
typedef VOID *SHELL_FILE_HANDLE;
#define SHELL_FREE_NON_NULL(Pointer) \