X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fparallel%2FWSDeque.h;h=d85567c38af3ed2321dc02a9626a5ee9e966710b;hb=5d379cbe65e406d5c3a848fe7fcd090cafbfeb78;hp=c25467145ee8b66d988616dc84a58d53dc1fb713;hpb=829a7d022e91da80295913e6c70179f211e5b966;p=ghc-hetmet.git diff --git a/rts/parallel/WSDeque.h b/rts/parallel/WSDeque.h index c254671..d85567c 100644 --- a/rts/parallel/WSDeque.h +++ b/rts/parallel/WSDeque.h @@ -9,8 +9,6 @@ #ifndef WSDEQUE_H #define WSDEQUE_H -#if defined(THREADED_RTS) - typedef struct WSDeque_ { // Size of elements array. Used for modulo calculation: we round up // to powers of 2 and use the dyadic log (modulo == bitwise &) @@ -125,6 +123,4 @@ discardElements (WSDeque *q) // pool->topBound = pool->top; } -#endif // THREADED_RTS - #endif // WSDEQUE_H