diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-11T21·59+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-11T21·59+0000 |
commit | 7d4567f2cc16959e827f542e6de76a28ff11789e (patch) | |
tree | fc68581e60d9f29359173ce8b5398d36b9ee125c /src/libexpr/nixexpr-ast.def | |
parent | b4e012ab4d8ef2f9091c1e8d14e059b38a2e4529 (diff) |
* Removed URIs from the evaluator (NIX-66). They are now just another
kind of notation for strings.
Diffstat (limited to 'src/libexpr/nixexpr-ast.def')
-rw-r--r-- | src/libexpr/nixexpr-ast.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libexpr/nixexpr-ast.def b/src/libexpr/nixexpr-ast.def index 4a92eaebf86b..b797fcfc440e 100644 --- a/src/libexpr/nixexpr-ast.def +++ b/src/libexpr/nixexpr-ast.def @@ -26,7 +26,6 @@ Var | string | Expr | Int | int | Expr | Str | string | Expr | Path | string | Expr | -Uri | string | Expr | List | ATermList | Expr | BlackHole | | Expr | Undefined | | Expr | |