]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove comments for removed parameter.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 16 Oct 2007 06:03:42 +0000 (06:03 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 16 Oct 2007 06:03:42 +0000 (06:03 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4123 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Pei/Dependency/dependency.c
MdeModulePkg/Core/Pei/PeiMain.h

index 7ea840d23a49daa65bbfde158f9df98fd38f13ae..73c85d0b2c1fb7e02b6cd1799a4f9a813103da42 100644 (file)
@@ -109,10 +109,6 @@ Arguments:
 \r
   DependencyExpression      - Pointer to a dependency expression.  The Grammar adheres to \r
                               the BNF described above and is stored in postfix notation.\r
-  Runnable                  - is True if the driver can be scheduled and False if the driver \r
-                              cannot be scheduled.  This is the value that the schedulers \r
-                              should use for deciding the state of the driver.\r
-\r
 Returns:\r
 \r
   Status = EFI_SUCCESS            if it is a well-formed Grammar\r
index 8c133d2b1ac6a1e56f402199c68aa066f1e2c591..156c6b2ed44d459ef320ffaff79928a4973d2493 100644 (file)
@@ -229,9 +229,6 @@ Arguments:
 \r
   DependencyExpression      - Pointer to a dependency expression.  The Grammar adheres to\r
                               the BNF described above and is stored in postfix notation.\r
-  Runnable                  - is True if the driver can be scheduled and False if the driver\r
-                              cannot be scheduled.  This is the value that the schedulers\r
-                              should use for deciding the state of the driver.\r
 \r
 Returns:\r
 \r