commit e454ea8814f9a1a0bdaf31c25e6d9b55a9ba1f36
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Sat Jan 8 17:08:58 2022 +0100
Commit:     Laslo Hunhold <[email protected]>
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 <[email protected]>

diff --git a/gen/types.h b/gen/types.h
index 83f7f41..1b09fd8 100644
--- a/gen/types.h
+++ b/gen/types.h
@@ -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;

Reply via email to