Skip to content

Commit

Permalink
Remove unused function from mapillary/opensfm/opensfm/src/third_party…
Browse files Browse the repository at this point in the history
…/akaze/lib/utils.cpp

Summary: `-Wunused-function` has identified an unused function. This diff removes it. In many cases these functions have existed for years in an unused state.

Reviewed By: dmm-fb

Differential Revision: D59644696

fbshipit-source-id: 1e7f68d125820c9a969db26df91e0fe269fbddd5
  • Loading branch information
r-barnes authored and facebook-github-bot committed Jul 12, 2024
1 parent da78973 commit 1106198
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions opensfm/src/third_party/akaze/lib/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -392,12 +392,6 @@ static inline std::ostream& cout_help() {
return cout;
}

/* ************************************************************************* */
static inline std::string toUpper(std::string s) {
std::transform(s.begin(), s.end(), s.begin(), ::toupper);
return s;
}

/* ************************************************************************* */
void show_input_options_help(int example) {

Expand Down

0 comments on commit 1106198

Please sign in to comment.