From 1d9cf613bc1b9a65d633eb1534f9db1e3b1f5483 Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 16 Oct 2007 06:03:42 +0000 Subject: [PATCH] Remove comments for removed parameter. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4123 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Core/Pei/Dependency/dependency.c | 4 ---- MdeModulePkg/Core/Pei/PeiMain.h | 3 --- 2 files changed, 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: -- 2.39.2