summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-16 09:08:44 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-16 09:08:44 +0000
commitb05ac954abed8d3608968a19f1243ffdfa30589a (patch)
tree4f124b1f0b177faa171fb04fb3585b80003a2ef4 /MdePkg/Include/Protocol
parent1003f966928ae05b6ee80aa7455c20a654f6faa4 (diff)
downloadedk2-platforms-b05ac954abed8d3608968a19f1243ffdfa30589a.tar.xz
remove PCD_INVALID_TOKEN_NUMBER, that is not defined in PCD Spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6123 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol')
-rw-r--r--MdePkg/Include/Protocol/Pcd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/Pcd.h b/MdePkg/Include/Protocol/Pcd.h
index 815d4fc866..aa67dd59e1 100644
--- a/MdePkg/Include/Protocol/Pcd.h
+++ b/MdePkg/Include/Protocol/Pcd.h
@@ -20,9 +20,6 @@ extern EFI_GUID gPcdProtocolGuid;
#define PCD_PROTOCOL_GUID \
{ 0x11b34006, 0xd85b, 0x4d0a, { 0xa2, 0x90, 0xd5, 0xa5, 0x71, 0x31, 0xe, 0xf7 } }
-#define PCD_INVALID_TOKEN_NUMBER ((UINTN) 0)
-
-
/**
Sets the SKU value for subsequent calls to set or get PCD token values.