diff options
author | Marcus Müller <mmueller@gnuradio.org> | 2021-06-13 01:45:43 +0200 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-06-17 06:38:27 -0400 |
commit | d45392e5eb24b08e35f1fc6058999c3318b73cf9 (patch) | |
tree | 4172a8e7de05e6995fb5cb92485afea37e0a951f /gnuradio-runtime/python | |
parent | 3fe76f88d5585b62a286180265718beac5b1fb9b (diff) |
global: automatic removal of <cstdio> where unused
used command:
sed -i '/^#include.*cstdio.*$/d' $(ag -L
'\b(fscanf|sscanf|printf|sprintf|ftell|fgetpos|fseek|fsetpos|rewind|fopen|freopen|fclose|fflush|setbuf|setvbuf|fread|fwrite|fprintf|feof|ferror|perror|clearerror|rename|tmpfile|tmpnam)\b'
$(ag -l 'include.*<cstdio>' gnuradio-runtime))
Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
Diffstat (limited to 'gnuradio-runtime/python')
-rw-r--r-- | gnuradio-runtime/python/gnuradio/gr/bindings/rpcregisterhelpers_python.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/python/gnuradio/gr/bindings/rpcregisterhelpers_python.cc b/gnuradio-runtime/python/gnuradio/gr/bindings/rpcregisterhelpers_python.cc index 8c74a9910c..ae02aeef5a 100644 --- a/gnuradio-runtime/python/gnuradio/gr/bindings/rpcregisterhelpers_python.cc +++ b/gnuradio-runtime/python/gnuradio/gr/bindings/rpcregisterhelpers_python.cc @@ -14,7 +14,7 @@ /* BINDTOOL_GEN_AUTOMATIC(0) */ /* BINDTOOL_USE_PYGCCXML(0) */ /* BINDTOOL_HEADER_FILE(rpcregisterhelpers.h) */ -/* BINDTOOL_HEADER_FILE_HASH(28fa0d90b96f4fdf9fe7c0bb42769930) */ +/* BINDTOOL_HEADER_FILE_HASH(4bdbf7e9a737fef69c5d23e1fc43458c) */ /***********************************************************************************/ #include <pybind11/complex.h> |