summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Economos <w6rz@comcast.net>2021-03-18 23:35:06 -0700
committermormj <34754695+mormj@users.noreply.github.com>2021-03-19 14:29:14 -0400
commit98c84cee03e7f797fe688dc4d2e1b4648712f1cf (patch)
treece1a422ef8dc94113079fe9cced4ab793901907b
parentc50a0219652d556081fe72b3de4894fbeebb21f1 (diff)
gr-filter: Remove clang -Wdefaulted-function-deleted warning.
Signed-off-by: Ron Economos <w6rz@comcast.net>
-rw-r--r--gr-filter/include/gnuradio/filter/polyphase_filterbank.h2
-rw-r--r--gr-filter/python/filter/bindings/polyphase_filterbank_python.cc2
2 files changed, 1 insertions, 3 deletions
diff --git a/gr-filter/include/gnuradio/filter/polyphase_filterbank.h b/gr-filter/include/gnuradio/filter/polyphase_filterbank.h
index a60417e3d8..289fde0735 100644
--- a/gr-filter/include/gnuradio/filter/polyphase_filterbank.h
+++ b/gr-filter/include/gnuradio/filter/polyphase_filterbank.h
@@ -108,8 +108,6 @@ public:
*/
polyphase_filterbank(unsigned int nfilts, const std::vector<float>& taps);
- polyphase_filterbank(polyphase_filterbank&&) = default;
-
virtual ~polyphase_filterbank() = default;
/*!
diff --git a/gr-filter/python/filter/bindings/polyphase_filterbank_python.cc b/gr-filter/python/filter/bindings/polyphase_filterbank_python.cc
index cb9934065c..a65f94dea5 100644
--- a/gr-filter/python/filter/bindings/polyphase_filterbank_python.cc
+++ b/gr-filter/python/filter/bindings/polyphase_filterbank_python.cc
@@ -14,7 +14,7 @@
/* BINDTOOL_GEN_AUTOMATIC(0) */
/* BINDTOOL_USE_PYGCCXML(0) */
/* BINDTOOL_HEADER_FILE(polyphase_filterbank.h) */
-/* BINDTOOL_HEADER_FILE_HASH(e673704c47c71da031740b78273e34b6) */
+/* BINDTOOL_HEADER_FILE_HASH(0620fc61d0f1e06eff20066e6505076a) */
/***********************************************************************************/
#include <pybind11/complex.h>