Skip to content

Commit

Permalink
remove unused using std::greater_equal statements
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Oct 18, 2023
1 parent 3f5e15a commit 9944511
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions efel/cppcore/LibV1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
#include <iomanip>

using std::find_if;
using std::greater;
using std::greater_equal;
using std::less_equal;
using std::list;
using std::min_element;
using std::max_element;
Expand Down
1 change: 0 additions & 1 deletion efel/cppcore/LibV2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include <math.h>

using std::find_if;
using std::greater_equal;
using std::min_element;
using std::max_element;
using std::transform;
Expand Down
2 changes: 0 additions & 2 deletions efel/cppcore/LibV3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
#include <math.h>

using std::find_if;
using std::greater_equal;
using std::less_equal;
using std::list;
using std::min_element;

Expand Down

0 comments on commit 9944511

Please sign in to comment.