]> sigrok.org Git - pulseview.git/commitdiff
decodetrace.cpp: Drop unused "using std::all_of".
authorUwe Hermann <redacted>
Sat, 19 May 2018 20:26:51 +0000 (22:26 +0200)
committerUwe Hermann <redacted>
Sat, 19 May 2018 20:26:51 +0000 (22:26 +0200)
Reported by clang-tidy.

pv/views/trace/decodetrace.cpp

index c2f3cebe5b7b40c14b23ca8e922a2faebdcb1a0c..46ccc8122c7adf7b3a71ba5635cb15517cea04ce 100644 (file)
@@ -53,7 +53,6 @@ extern "C" {
 #include <pv/widgets/decodermenu.hpp>
 
 using std::abs;
 #include <pv/widgets/decodermenu.hpp>
 
 using std::abs;
-using std::all_of;
 using std::make_pair;
 using std::max;
 using std::min;
 using std::make_pair;
 using std::max;
 using std::min;