diff options
Diffstat (limited to 'gnuradio-runtime/swig/sync_interpolator.i')
-rw-r--r-- | gnuradio-runtime/swig/sync_interpolator.i | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnuradio-runtime/swig/sync_interpolator.i b/gnuradio-runtime/swig/sync_interpolator.i deleted file mode 100644 index f3d95edf73..0000000000 --- a/gnuradio-runtime/swig/sync_interpolator.i +++ /dev/null @@ -1,19 +0,0 @@ -/* -*- c++ -*- */ -/* - * Copyright 2004,2013 Free Software Foundation, Inc. - * - * This file is part of GNU Radio - * - * SPDX-License-Identifier: GPL-3.0-or-later - * - */ - -class gr::sync_interpolator : public gr::sync_block -{ - protected: - - sync_interpolator(const std::string &name, - gr::io_signature::sptr input_signature, - gr::io_signature::sptr output_signature, - unsigned interpolation); -}; |