mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	PcAtChipsetPkg: remove EnterS3WithImmediateWake () from ResetSystemLib
EnterS3WithImmediateWake () no longer has any callers, so remove it from ResetSystemLib. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
		 Ard Biesheuvel
					Ard Biesheuvel
				
			
				
					committed by
					
						![mergify[bot]](/assets/img/avatar_default.png) mergify[bot]
						mergify[bot]
					
				
			
			
				
	
			
			
			![mergify[bot]](/assets/img/avatar_default.png) mergify[bot]
						mergify[bot]
					
				
			
						parent
						
							7d3d87e4d7
						
					
				
				
					commit
					6eacb857c1
				
			| @ -65,23 +65,6 @@ ResetShutdown ( | ||||
| } | ||||
|  | ||||
|  | ||||
| /** | ||||
|   Calling this function causes the system to enter a power state for capsule | ||||
|   update. | ||||
|  | ||||
|   Reset update should not return, if it returns, it means the system does | ||||
|   not support capsule update. | ||||
|  | ||||
| **/ | ||||
| VOID | ||||
| EFIAPI | ||||
| EnterS3WithImmediateWake ( | ||||
|   VOID | ||||
|   ) | ||||
| { | ||||
|   ASSERT (FALSE); | ||||
| } | ||||
|  | ||||
| /** | ||||
|   This function causes a systemwide reset. The exact type of the reset is | ||||
|   defined by the EFI_GUID that follows the Null-terminated Unicode string passed | ||||
|  | ||||
		Reference in New Issue
	
	Block a user