diff options
| author | Mat M <mathew1800@gmail.com> | 2016-09-25 16:53:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-25 16:53:46 -0400 |
| commit | e7efbf7ae58b27266daa62e4ccae6b6ce2b48fa2 (patch) | |
| tree | 55ff67a7a76144406d84aa95142210e6978937fe /Source/Core/Common/MemoryUtil.cpp | |
| parent | a1486d48efecf7cb4b3f6daff4bdbb0b5c822a31 (diff) | |
| parent | 349b27199b178fd2fb73727617ac86109c53f7aa (diff) | |
Merge pull request #4246 from leoetlino/in-class-init
In-class initialise member variables
Diffstat (limited to 'Source/Core/Common/MemoryUtil.cpp')
| -rw-r--r-- | Source/Core/Common/MemoryUtil.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/MemoryUtil.cpp b/Source/Core/Common/MemoryUtil.cpp index ce0d38cbcb..0c079a15b3 100644 --- a/Source/Core/Common/MemoryUtil.cpp +++ b/Source/Core/Common/MemoryUtil.cpp @@ -33,7 +33,6 @@ namespace Common { - #if !defined(_WIN32) #include <unistd.h> static uintptr_t RoundPage(uintptr_t addr) |
