summaryrefslogtreecommitdiff
path: root/src/theory/strings/regexp_operation.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-02-29 12:36:08 -0600
committerGitHub <noreply@github.com>2020-02-29 12:36:08 -0600
commit1117b3e69b16c992c5f41ff3f2873ac40fce2cff (patch)
tree2a188a284b3ae06124a28296ecc79307284c507c /src/theory/strings/regexp_operation.cpp
parentee75ebf00e1aa463656cd192e52d3aec224345c0 (diff)
Convert more uses of string to word (#3834)
Diffstat (limited to 'src/theory/strings/regexp_operation.cpp')
-rw-r--r--src/theory/strings/regexp_operation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/strings/regexp_operation.cpp b/src/theory/strings/regexp_operation.cpp
index 048dc88b6..0e8347281 100644
--- a/src/theory/strings/regexp_operation.cpp
+++ b/src/theory/strings/regexp_operation.cpp
@@ -1499,7 +1499,6 @@ Node RegExpOpr::intersectInternal( Node r1, Node r2, std::map< PairNodes, Node >
itr != cset.end();
++itr)
{
- //CVC4::String c( *itr );
if(itr != cset.begin()) {
Trace("regexp-int-debug") << ", ";
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback