Skip to content

Commit 4eb53d9

Browse files
undoing incorret commit
1 parent 6d27aa4 commit 4eb53d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cigar_utils.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ consumes_query(const char op) {
2525
return ((op == 'M') ||
2626
(op == 'I') ||
2727
(op == 'S') ||
28-
(op == 'N') ||
2928
(op == '=') ||
3029
(op == 'X'));
3130
}

0 commit comments

Comments
 (0)