commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10788 - gnuradio/trunk/gnuradio-core/src/lib/general


From: eb
Subject: [Commit-gnuradio] r10788 - gnuradio/trunk/gnuradio-core/src/lib/general
Date: Tue, 7 Apr 2009 13:46:14 -0600 (MDT)

Author: eb
Date: 2009-04-07 13:46:14 -0600 (Tue, 07 Apr 2009)
New Revision: 10788

Modified:
   gnuradio/trunk/gnuradio-core/src/lib/general/gr_dpll_bb.cc
Log:
Removed unneeded call to set_history(1).  Code if functionally
identical after this change.  See also ticket:256.


Modified: gnuradio/trunk/gnuradio-core/src/lib/general/gr_dpll_bb.cc
===================================================================
--- gnuradio/trunk/gnuradio-core/src/lib/general/gr_dpll_bb.cc  2009-04-07 
19:10:49 UTC (rev 10787)
+++ gnuradio/trunk/gnuradio-core/src/lib/general/gr_dpll_bb.cc  2009-04-07 
19:46:14 UTC (rev 10788)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2007 Free Software Foundation, Inc.
+ * Copyright 2007,2009 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -49,7 +49,6 @@
          d_gain,
          d_decision_threshold);
 #endif
-  set_history(1); // so we can look behind us
 }
 
 int





reply via email to

[Prev in Thread] Current Thread [Next in Thread]