diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-30 06:11:42 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-30 06:11:42 +0000 |
commit | 78e570b6f9cc284cbe0ad2e8cd4c4fff0be0cde2 (patch) | |
tree | e4b1c99454a6ddbf010c513fd752c3afc822888f /Nt32Pkg/WinNtSimpleFileSystemDxe | |
parent | 819d1488930d30b30bb467fcb3bf0f05b28d675e (diff) | |
download | edk2-platforms-78e570b6f9cc284cbe0ad2e8cd4c4fff0be0cde2.tar.xz |
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6299 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/WinNtSimpleFileSystemDxe')
-rw-r--r-- | Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.c b/Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.c index 2e3588e34c..9484c3faa3 100644 --- a/Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.c +++ b/Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.c @@ -1406,7 +1406,6 @@ Returns: return Status;
}
-STATIC
VOID
WinNtSystemTimeToEfiTime (
IN SYSTEMTIME *SystemTime,
@@ -1908,7 +1907,6 @@ Done: return Status;
}
-STATIC
EFI_STATUS
WinNtSimpleFileSystemFileInfo (
IN WIN_NT_EFI_FILE_PRIVATE *PrivateFile,
|