# HG changeset patch # User jwe # Date 1107715294 0 # Node ID 9171ba7831d078720ba5aac1a1476c6b0ec69b05 # Parent 2c4b08ace28502927dc90dca86833d3331eb0d59 [project @ 2005-02-06 18:41:34 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-02-06 John W. Eaton + + * DLD-FUNCTIONS/gplot.l (tmp_files): Delete. + From Todd Neal . + 2005-02-04 John W. Eaton * sighandlers.cc (octave_child_list::~octave_child_list): Move here. diff --git a/src/DLD-FUNCTIONS/gplot.l b/src/DLD-FUNCTIONS/gplot.l --- a/src/DLD-FUNCTIONS/gplot.l +++ b/src/DLD-FUNCTIONS/gplot.l @@ -254,12 +254,6 @@ // Should the graph window be cleared before plotting the next line? static bool clear_before_plotting = true; -// List of files to delete when we exit or crash. -// -// XXX FIXME XXX -- this should really be static, but that causes -// problems on some systems. -std::stack tmp_files; - // Pipe to gnuplot. static oprocstream *plot_stream = 0;