aboutsummaryrefslogtreecommitdiff
path: root/include/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/expr.h')
-rw-r--r--include/expr.h5
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;