From: Uwe Hermann Date: Sat, 19 May 2018 20:26:51 +0000 (+0200) Subject: decodetrace.cpp: Drop unused "using std::all_of". X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=5cb28675542489f9c694b0002ec27694073e9687 decodetrace.cpp: Drop unused "using std::all_of". Reported by clang-tidy. --- diff --git a/pv/views/trace/decodetrace.cpp b/pv/views/trace/decodetrace.cpp index c2f3cebe..46ccc812 100644 --- a/pv/views/trace/decodetrace.cpp +++ b/pv/views/trace/decodetrace.cpp @@ -53,7 +53,6 @@ extern "C" { #include using std::abs; -using std::all_of; using std::make_pair; using std::max; using std::min;