Skip to content

Commit

Permalink
diplomat
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Dec 13, 2024
1 parent bd60fe9 commit 733e21a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 76 deletions.
4 changes: 0 additions & 4 deletions ffi/capi/bindings/c/DataProvider.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions ffi/capi/bindings/cpp/icu4x/DataProvider.d.hpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions ffi/capi/bindings/cpp/icu4x/DataProvider.hpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 0 additions & 29 deletions ffi/capi/bindings/dart/DataProvider.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions ffi/capi/bindings/js/DataProvider.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 0 additions & 20 deletions ffi/capi/bindings/js/DataProvider.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tutorials/cpp/segmenter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ void test_word_with_options(const std::string_view& str) {
}

void test_sentence(const std::string_view& str) {
const auto provider = DataProvider::compiled();
const auto segmenter = SentenceSegmenter::create();
cout << "Finding sentence breakpoints in string:" << endl
<< str << endl;
Expand Down

0 comments on commit 733e21a

Please sign in to comment.