Skip to content

Commit

Permalink
[wcwidth] remove override for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tstack committed May 17, 2024
1 parent 4cd2c1e commit f9c4971
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/base/string_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include "config.h"
#include "is_utf8.hh"
#include "lnav_log.hh"
#include "wcwidth9.h"

void
scrub_to_utf8(char* buffer, size_t length)
Expand Down Expand Up @@ -423,9 +422,3 @@ quote(string_fragment str)

} // namespace pcre2pp
} // namespace lnav

int
wcwidth(wchar_t wc)
{
return wcwidth9(wc);
}

0 comments on commit f9c4971

Please sign in to comment.