From e34fca619d8a75f3b67d59d45cdd9db4da2342e6 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Tue, 7 Oct 2014 00:30:44 +0000 Subject: Drop prototypes patch, apparently not needed upstream --- Cryptlib/Library/BaseMemoryLib.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Cryptlib/Library/BaseMemoryLib.h') diff --git a/Cryptlib/Library/BaseMemoryLib.h b/Cryptlib/Library/BaseMemoryLib.h index 6b11bcef..e69de29b 100644 --- a/Cryptlib/Library/BaseMemoryLib.h +++ b/Cryptlib/Library/BaseMemoryLib.h @@ -1,11 +0,0 @@ -#ifndef __BASE_MEMORY_LIB__ -#define __BASE_MEMORY_LIB__ - -CHAR8 * -ScanMem8 ( - IN CHAR8 *Buffer, - IN UINTN Size, - IN CHAR8 Value - ); - -#endif -- cgit v1.2.3