diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-16 06:03:42 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-10-16 06:03:42 +0000 |
commit | 1d9cf613bc1b9a65d633eb1534f9db1e3b1f5483 (patch) | |
tree | 854e9189b670eac3abd2b52fca5dde3617c99f0f /MdeModulePkg/Core/Pei/PeiMain.h | |
parent | 496085b93eb99995c0cf8376daa1ee77c50da658 (diff) | |
download | edk2-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/Core/Pei/PeiMain.h')
-rw-r--r-- | MdeModulePkg/Core/Pei/PeiMain.h | 3 |
1 files changed, 0 insertions, 3 deletions
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:
|