From: Mike Brady Date: Wed, 7 Sep 2016 08:14:35 +0000 (+0100) Subject: Remove prng initialisation code -- it's not needed X-Git-Tag: 3.0.d18~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5eb441b31f3d7223ec29ba8ceb1dbd3628a62dd;p=thirdparty%2Fshairport-sync.git Remove prng initialisation code -- it's not needed --- diff --git a/shairport.c b/shairport.c index 050338d8..1b746922 100644 --- a/shairport.c +++ b/shairport.c @@ -54,7 +54,6 @@ #include "rtsp.h" #include "rtp.h" #include "mdns.h" -#include "mt64.h" // 64-bit prng #include #include @@ -779,14 +778,6 @@ int main(int argc, char **argv) { #ifdef HAVE_APPLE_ALAC config.decoders_supported += 1<= 2 && ((strcmp(argv[1], "-V") == 0) || (strcmp(argv[1], "--version") == 0))) {