summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-03-11 11:27:40 -0500
committerGitHub <noreply@github.com>2020-03-11 11:27:40 -0500
commitc7f50a009cad7a0c1a2f1a5290e1d7bd03edf0e7 (patch)
treed3e5f2b28d89d5e242fe5b6d62dc879f804c1d4b /src/CMakeLists.txt
parent55f258cd92d7bc6fbb7a3b96712495f6885d871c (diff)
Remove partial instantiation for local theory extensions (#4020)
Fixes #4019. This feature was never fully implemented.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5b07a7ca6..0908b5b68 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -517,8 +517,6 @@ libcvc4_add_sources(
theory/quantifiers/instantiate.h
theory/quantifiers/lazy_trie.cpp
theory/quantifiers/lazy_trie.h
- theory/quantifiers/local_theory_ext.cpp
- theory/quantifiers/local_theory_ext.h
theory/quantifiers/quant_conflict_find.cpp
theory/quantifiers/quant_conflict_find.h
theory/quantifiers/quant_epr.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback