Code review changes

This commit is contained in:
Gaurav Singh 2020-01-14 23:58:14 -05:00
parent 9698a34b7e
commit e7b301d2e9
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ class PredicateFactory {
}
Predicate* MakeAndRecurrencePredicate(Predicate* start, Predicate* step,
std::vector<string> &frame) {
std::vector<string> frame) {
SignatureForAndRec signature(start, step, std::move(frame));
auto it = interned_and_rec_instances_.find(signature);
if (it != interned_and_rec_instances_.end()) {