Removed unnecessary debugging elements

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1744 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
unzner
2012-10-14 08:46:39 +00:00
parent 111cf2dc97
commit 5f0212aced
3 changed files with 4 additions and 11 deletions

View File

@ -600,7 +600,7 @@ bool L4SysExperiment::run() {
// now exchange it with a random equivalent
bxInstruction_c newInstr;
string details;
int result = aluInstrObject.randomEquivalent(newInstr, details);
aluInstrObject.randomEquivalent(newInstr, details);
if (memcmp(&newInstr, currInstr, sizeof(bxInstruction_c)) == 0) {
// something went wrong - exit experiment
param.msg.set_resulttype(param.msg.UNKNOWN);