summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-07-12 17:37:03 -0700
committerGitHub <noreply@github.com>2020-07-12 19:37:03 -0500
commit090d8bc3c31404140856e51d2cc5a5aa1335b3b3 (patch)
tree0edb9c6a4b37ea22ca0729061659ecfc95738393 /src/CMakeLists.txt
parent64a7db86206aa0993f75446a3e7f77f3c0c023c6 (diff)
Remove ExprSequence (#4724)
Now that we can break the old API, we don't need an ExprSequence anymore. This commit removes ExprSequence and replaces all of its uses with Sequence. Note that I had to temporarily make sequence.h public because we currently include it in a "public" header because we still generate the code for Expr::mkConst<Sequence>().
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0561af144..9ef154246 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -957,7 +957,6 @@ install(FILES
expr/datatype.h
expr/emptyset.h
expr/expr_iomanip.h
- expr/expr_sequence.h
expr/record.h
expr/symbol_table.h
expr/type.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback