Skip to content

Commit

Permalink
More unused LZMA SDK code.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 17, 2017
1 parent 1d616dc commit 0bda50c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/physfs_lzmasdk.h
Expand Up @@ -1571,21 +1571,6 @@ static Bool CPU_Is_InOrder()
return True;
}

#if !defined(MY_CPU_AMD64) && defined(_WIN32)
#include <windows.h>
static Bool CPU_Sys_Is_SSE_Supported()
{
OSVERSIONINFO vi;
vi.dwOSVersionInfoSize = sizeof(vi);
if (!GetVersionEx(&vi))
return False;
return (vi.dwMajorVersion >= 5);
}
#define CHECK_SYS_SSE_SUPPORT if (!CPU_Sys_Is_SSE_Supported()) return False;
#else
#define CHECK_SYS_SSE_SUPPORT
#endif

#endif

/* 7zStream.c -- 7z Stream functions
Expand Down

0 comments on commit 0bda50c

Please sign in to comment.