remove second definition of kstring

This commit is contained in:
Jared Simpson 2020-03-02 12:44:08 -05:00 committed by Heng Li
parent 48cb80ea94
commit d2de282d21
1 changed files with 1 additions and 8 deletions

View File

@ -4,6 +4,7 @@
#include <assert.h>
#include "minimap.h"
#include "bseq.h"
#include "kseq.h"
#define MM_PARENT_UNSET (-1)
#define MM_PARENT_TMP_PRI (-2)
@ -35,14 +36,6 @@
extern "C" {
#endif
#ifndef KSTRING_T
#define KSTRING_T kstring_t
typedef struct __kstring_t {
unsigned l, m;
char *s;
} kstring_t;
#endif
typedef struct {
int n_u, n_a;
uint64_t *u;