summaryrefslogtreecommitdiff
path: root/CC/auto/EXPRESSIONS
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-30 11:34:05 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-30 11:34:05 +0200
commit577f52012a1f405fd42ca7d023086151308b95c1 (patch)
tree3fc19304530b767b6916e9cba3093afd379563ed /CC/auto/EXPRESSIONS
parent730a716da983853a1dab253e2f59dbf0277f80b4 (diff)
parent9681806e4f2f9f58d1efeb3262784220a7f4305a (diff)
downloadrules-cc-577f52012a1f405fd42ca7d023086151308b95c1.tar.gz
Merge branch 'just-rules' into rules
Diffstat (limited to 'CC/auto/EXPRESSIONS')
-rw-r--r--CC/auto/EXPRESSIONS12
1 files changed, 0 insertions, 12 deletions
diff --git a/CC/auto/EXPRESSIONS b/CC/auto/EXPRESSIONS
deleted file mode 100644
index 9520975..0000000
--- a/CC/auto/EXPRESSIONS
+++ /dev/null
@@ -1,12 +0,0 @@
-{ "last_list_entry":
- { "vars": ["list"]
- , "expression":
- {"type": "[]", "index": -1, "list": {"type": "var", "name": "list"}}
- }
-, "first_list_entry":
- { "vars": ["list"]
- , "imports": {"last": "last_list_entry"}
- , "expression":
- {"type": "[]", "index": 0, "list": {"type": "var", "name": "list"}}
- }
-}