removed unneeded if()

This looks like a large patch, but it's 99% re-indentation
This commit is contained in:
Dima Kogan 2015-11-01 12:46:30 -08:00
parent 4cfcf0fc35
commit 42a8218fbe

View File

@ -657,8 +657,6 @@ sub mainThread
last if /^exit/o;
}
if(! /^replot/o)
{
# parse the incoming data lines. The format is
# x id0 dat0 id1 dat1 ....
# where idX is the ID of the curve that datX corresponds to
@ -747,7 +745,6 @@ sub mainThread
$domain0_numeric);
}
}
}
# finished reading in all. Plot what we have
plotStoredData() unless $options{stream};