summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/misc.c b/misc.c
index f7b6c120a..0601de81d 100644
--- a/misc.c
+++ b/misc.c
@@ -19,11 +19,6 @@ extern void InitNewsItemStructs(void);
char _name_array[512][32];
-static inline uint32 ROR(uint32 x, int n)
-{
- return (x >> n) + (x << ((sizeof(x)*8)-n));
-}
-
#ifndef MERSENNE_TWISTER
#ifdef RANDOM_DEBUG