diff options
author | click <click@gonnamakeyou.com> | 2012-02-25 20:39:28 +0100 |
---|---|---|
committer | click <click@gonnamakeyou.com> | 2012-02-25 20:39:28 +0100 |
commit | e615fba7f8d970eb13265ff0ae181ecab1fff737 (patch) | |
tree | 81b5945e7da89e8b579022307496e0b2f322fe35 /src/server/shared/Utilities/Util.h | |
parent | b7ac745aeea3d6337cb269f90b8575b7b03b2ecc (diff) |
Revert "Core: Fix the SFMT randgen-initbug" - alignment-fix is now properly handled within the respective code
This reverts commit 28310f0938a8776d0cb42ba8a64f125cc42bff6b.
Diffstat (limited to 'src/server/shared/Utilities/Util.h')
-rwxr-xr-x | src/server/shared/Utilities/Util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server/shared/Utilities/Util.h b/src/server/shared/Utilities/Util.h index 1a542ff15e1..4c2c1936993 100755 --- a/src/server/shared/Utilities/Util.h +++ b/src/server/shared/Utilities/Util.h @@ -24,11 +24,6 @@ #include <string> #include <vector> -#ifdef USE_SFMT_FOR_RNG - // Initialize SFMT before first use, if enabled. - void init_sfmt(); -#endif - // Searcher for map of structs template<typename T, class S> struct Finder { |