Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Dec 18, 2024
1 parent e612376 commit 2765368
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/theory/strings/theory_strings_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,16 +482,6 @@ Node mkForallInternal(NodeManager* nm, Node bvl, Node body)
return quantifiers::BoundedIntegers::mkBoundedForall(nm, bvl, body);
}

/**
* Mapping to the variable used for binding the witness term for the abstract
* value below.
*/
struct StringValueForLengthVarAttributeId
{
};
typedef expr::Attribute<StringValueForLengthVarAttributeId, Node>
StringValueForLengthVarAttribute;

Node mkAbstractStringValueForLength(Node n, Node len, size_t id)
{
NodeManager* nm = NodeManager::currentNM();
Expand Down

0 comments on commit 2765368

Please sign in to comment.