]> git.gag.com Git - debian/gnuradio/commitdiff
Removed unneeded call to set_history(1). Code if functionally
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 7 Apr 2009 19:46:14 +0000 (19:46 +0000)
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 7 Apr 2009 19:46:14 +0000 (19:46 +0000)
identical after this change.  See also ticket:256.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10788 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-core/src/lib/general/gr_dpll_bb.cc

index 70bd9b70d75ffcf24bbc233d99aa52f6dd850f1f..9f597489e1e8e3201c783e4a24e5f5ddb2631d69 100644 (file)
@@ -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 @@ gr_dpll_bb::gr_dpll_bb (float period, float gain)
          d_gain,
          d_decision_threshold);
 #endif
-  set_history(1); // so we can look behind us
 }
 
 int