removed unused variable

This commit is contained in:
Dima Kogan 2011-05-22 15:05:08 -07:00
parent bbbbf36123
commit b6cc2579c4

View File

@ -30,7 +30,6 @@ my %curveIndices = ();
# now start the data acquisition and plotting threads
my $dataQueue;
my $xwindow;
my $streamingFinished : shared = undef;
if($options{stream})