# HG changeset patch # User Rik # Date 1362931904 25200 # Node ID 428da5debfe433fbbbc1cc2837646902a0047bfd # Parent 2a81ce01c383f6098a227c5b9a0ef01d61bfab37 maint: Remove commented out lines from history fix in changeset 2a81ce01c383. * libinterp/interpfcn/oct-hist.cc: Remove commented out lines from history fix in changeset 2a81ce01c383. diff --git a/libinterp/interpfcn/oct-hist.cc b/libinterp/interpfcn/oct-hist.cc --- a/libinterp/interpfcn/oct-hist.cc +++ b/libinterp/interpfcn/oct-hist.cc @@ -231,9 +231,6 @@ } } -// if (limit < 0) -// limit = -limit; - hlist = command_history::list (limit, numbered_output); int len = hlist.length (); @@ -578,7 +575,7 @@ static void do_run_history (const octave_value_list& args) { - std::string name = mk_tmp_hist_file (args, true, "run_history"); + std::string name = mk_tmp_hist_file (args, false, "run_history"); if (name.empty ()) return;