Sim2:Remove an useless line
This commit is contained in:
parent
2fcef90cbc
commit
d268b6c055
|
@ -1668,10 +1668,6 @@ public:
|
||||||
killProcess(t.machine, KillInstantly);
|
killProcess(t.machine, KillInstantly);
|
||||||
}
|
}
|
||||||
|
|
||||||
//if( this->time > 45.522817 ) {
|
|
||||||
// printf("foo\n");
|
|
||||||
//}
|
|
||||||
|
|
||||||
if (randLog)
|
if (randLog)
|
||||||
fprintf( randLog, "T %f %d %s %" PRId64 "\n", this->time, int(deterministicRandom()->peek() % 10000), t.machine ? t.machine->name : "none", t.stable);
|
fprintf( randLog, "T %f %d %s %" PRId64 "\n", this->time, int(deterministicRandom()->peek() % 10000), t.machine ? t.machine->name : "none", t.stable);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue