Skip to content

Commit c9bf1e8

Browse files
committed
refactor: rollback utf8 validation
1 parent 7f05c03 commit c9bf1e8

File tree

13 files changed

+22
-1548
lines changed

13 files changed

+22
-1548
lines changed

NOTICE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ The Apache Software Foundation (http://www.apache.org/).
1010

1111
Prior to moving to ASF, the software for this project was developed at
1212
Yahoo Inc. (https://developer.yahoo.com).
13-
14-
This product includes utf8cpp (https://github.com/nemtrif/utfcpp),
15-
licensed under the Boost Software License, Version 1.0.

common/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,3 @@ install(FILES
5151
include/serde.hpp
5252
include/xxhash64.h
5353
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/DataSketches")
54-
55-
install(FILES
56-
include/third_party/utf8cpp/utf8.h
57-
include/third_party/utf8cpp/utf8/checked.h
58-
include/third_party/utf8cpp/utf8/core.h
59-
include/third_party/utf8cpp/utf8/cpp11.h
60-
include/third_party/utf8cpp/utf8/cpp17.h
61-
include/third_party/utf8cpp/utf8/cpp20.h
62-
include/third_party/utf8cpp/utf8/unchecked.h
63-
include/third_party/utf8cpp/LICENSE
64-
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/DataSketches/third_party/utf8cpp")

common/include/third_party/utf8cpp/LICENSE

Lines changed: 0 additions & 23 deletions
This file was deleted.

common/include/third_party/utf8cpp/utf8.h

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)