mirror of https://github.com/acidanthera/audk.git
Remove comments for removed parameter.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4123 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
496085b93e
commit
1d9cf613bc
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue