Skip to content

Commit

Permalink
Updated LiteCore: Don’t call assert()
Browse files Browse the repository at this point in the history
  • Loading branch information
snej committed Aug 18, 2018
1 parent 49e88ba commit 0e5dc23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Objective-C/CBLQuery.mm
Expand Up @@ -245,7 +245,7 @@ - (BOOL) check: (NSError**)outError {
return NO;
}

assert(!_c4Query);
Assert(!_c4Query);
_c4Query = query;
return YES;
}
Expand Down

0 comments on commit 0e5dc23

Please sign in to comment.