summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/thread
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2021-06-13 01:45:43 +0200
committermormj <34754695+mormj@users.noreply.github.com>2021-06-17 06:38:27 -0400
commitd45392e5eb24b08e35f1fc6058999c3318b73cf9 (patch)
tree4172a8e7de05e6995fb5cb92485afea37e0a951f /gnuradio-runtime/lib/thread
parent3fe76f88d5585b62a286180265718beac5b1fb9b (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/lib/thread')
-rw-r--r--gnuradio-runtime/lib/thread/thread_body_wrapper.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/thread/thread_body_wrapper.cc b/gnuradio-runtime/lib/thread/thread_body_wrapper.cc
index 0ab6f1c947..4bf87c0943 100644
--- a/gnuradio-runtime/lib/thread/thread_body_wrapper.cc
+++ b/gnuradio-runtime/lib/thread/thread_body_wrapper.cc
@@ -19,7 +19,6 @@
#include <csignal>
#endif
-#include <cstdio>
namespace gr {
namespace thread {