Skip to content

Commit d2de282

Browse files
jtslh3
authored andcommitted
remove second definition of kstring
1 parent 48cb80e commit d2de282

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

mmpriv.h

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <assert.h>
55
#include "minimap.h"
66
#include "bseq.h"
7+
#include "kseq.h"
78

89
#define MM_PARENT_UNSET (-1)
910
#define MM_PARENT_TMP_PRI (-2)
@@ -35,14 +36,6 @@
3536
extern "C" {
3637
#endif
3738

38-
#ifndef KSTRING_T
39-
#define KSTRING_T kstring_t
40-
typedef struct __kstring_t {
41-
unsigned l, m;
42-
char *s;
43-
} kstring_t;
44-
#endif
45-
4639
typedef struct {
4740
int n_u, n_a;
4841
uint64_t *u;

0 commit comments

Comments
 (0)