diff options
Diffstat (limited to 'MdeModulePkg/Core/Pei/Dependency')
-rw-r--r-- | MdeModulePkg/Core/Pei/Dependency/dependency.c | 4 |
1 files changed, 0 insertions, 4 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
|