diff options
author | Himbeer <himbeer@disroot.org> | 2024-09-26 14:13:21 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-09-26 14:13:21 +0200 |
commit | 8ea5034f93cc0d06cdad8bcefc02a57d9e562146 (patch) | |
tree | 42a2bf4920a4d415b6ab779f8fc1ed06e525bbb7 /include/expr.h | |
parent | 91730d20c1c2befe5ccb52f63f2d4200393ae291 (diff) |
Implement type parsing
Diffstat (limited to 'include/expr.h')
-rw-r--r-- | include/expr.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/expr.h b/include/expr.h index 8b4d8b0..5b0ce59 100644 --- a/include/expr.h +++ b/include/expr.h @@ -32,11 +32,6 @@ struct literal_e { } lit; }; -struct path { - const char **segments; - int segsz, seglen; -}; - struct call_e { struct path path; struct disjunction_e *args; |