shithub: rott

Download patch

ref: 4a3544dd3b4b6fdb4842c3a0245dfedbc093a07e
parent: 7a21b6309dc30bb19c6351f4c86e6f1dfaf5fdc3
author: Marc-Alexandre Espiaut <marcalexandre@member.fsf.org>
date: Tue Jun 5 09:30:02 EDT 2018

Removing obsolete development code from rt_rand.c

--- a/rott/rt_rand.c
+++ b/rott/rt_rand.c
@@ -69,9 +69,7 @@
 void  SetRNGindex ( int i )
 {
     rndindex=i;
-//#if (DEVELOPMENT == 1)
     SoftError("RNG index set at %d\n",i);
-//#endif
 }
 
 //****************************************************************************