[hackers] [libgrapheme] Clean up gen/types.h from the old range-list-types || Laslo Hunhold
commit e454ea8814f9a1a0bdaf31c25e6d9b55a9ba1f36
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Sat Jan 8 17:08:58 2022 +0100
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Sat Jan 8 17:08:58 2022 +0100
Clean up gen/types.h from the old range-list-types
Signed-off-by: Laslo Hunhold <dev_AT_frign.de>
diff --git a/gen/types.h b/gen/types.h
index 83f7f41..1b09fd8 100644
--- a/gen/types.h
+++ b/gen/types.h
_AT_@ -5,16 +5,6 @@
#include <stddef.h>
#include <stdint.h>
-struct range {
- uint_least32_t lower;
- uint_least32_t upper;
-};
-
-struct range_list {
- struct range *data;
- size_t len;
-};
-
struct test {
uint_least32_t *cp;
size_t cplen;
Received on Sat Jan 08 2022 - 17:09:27 CET
This archive was generated by hypermail 2.3.0
: Sat Jan 08 2022 - 17:12:33 CET