summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-16 06:03:42 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-16 06:03:42 +0000
commit1d9cf613bc1b9a65d633eb1534f9db1e3b1f5483 (patch)
tree854e9189b670eac3abd2b52fca5dde3617c99f0f /MdeModulePkg
parent496085b93eb99995c0cf8376daa1ee77c50da658 (diff)
downloadedk2-platforms-1d9cf613bc1b9a65d633eb1534f9db1e3b1f5483.tar.xz
Remove comments for removed parameter.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4123 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Core/Pei/Dependency/dependency.c4
-rw-r--r--MdeModulePkg/Core/Pei/PeiMain.h3
2 files changed, 0 insertions, 7 deletions
diff --git a/MdeModulePkg/Core/Pei/Dependency/dependency.c b/MdeModulePkg/Core/Pei/Dependency/dependency.c
index 7ea840d23a..73c85d0b2c 100644
--- a/MdeModulePkg/Core/Pei/Dependency/dependency.c
+++ b/MdeModulePkg/Core/Pei/Dependency/dependency.c
@@ -109,10 +109,6 @@ Arguments:
DependencyExpression - Pointer to a dependency expression. The Grammar adheres to
the BNF described above and is stored in postfix notation.
- Runnable - is True if the driver can be scheduled and False if the driver
- cannot be scheduled. This is the value that the schedulers
- should use for deciding the state of the driver.
-
Returns:
Status = EFI_SUCCESS if it is a well-formed Grammar
diff --git a/MdeModulePkg/Core/Pei/PeiMain.h b/MdeModulePkg/Core/Pei/PeiMain.h
index 8c133d2b1a..156c6b2ed4 100644
--- a/MdeModulePkg/Core/Pei/PeiMain.h
+++ b/MdeModulePkg/Core/Pei/PeiMain.h
@@ -229,9 +229,6 @@ Arguments:
DependencyExpression - Pointer to a dependency expression. The Grammar adheres to
the BNF described above and is stored in postfix notation.
- Runnable - is True if the driver can be scheduled and False if the driver
- cannot be scheduled. This is the value that the schedulers
- should use for deciding the state of the driver.
Returns: