Commit 7db745916a025908c94899d98809726db68e6d6c

Thomas de Grivel 2024-01-13T09:24:33

clean

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/libc3/types.h b/libc3/types.h
index a632cea..ee95d1e 100644
--- a/libc3/types.h
+++ b/libc3/types.h
@@ -388,11 +388,6 @@ struct array {
   const s_sym *type;
 };
 
-struct float_s {
-  s_integer_fraction f; /* divisor is always 10^n */
-};
-
-
 /* 5 */
 union tag_data {
   s_array       array;