From bbbbf36123448fef2f97ff234345bcc37facbdf4 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 22 May 2011 14:59:29 -0700 Subject: [PATCH] removed redundant code --- bin/feedGnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedGnuplot b/bin/feedGnuplot index 1ad5990..1ab0597 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -603,7 +603,7 @@ sub pushPoint { # the x-coordinate of the new point is in the past, so I wipe out all the data for this curve # and start anew - splice( @$curve, 1, @$curve-1 ); + splice( @$curve, 1 ); } }