Skip to content

Commit 079476d

Browse files
committed
Remove unnecessary .mk files
and declare `bcf_double_missing` and `bcf_double_vector_end` in filter.c as const. This builds on 8858ae0
1 parent 6affd2f commit 079476d

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

filter.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ static int filter_ninit = 0;
5353
# define __FUNCTION__ __func__
5454
#endif
5555

56-
static uint64_t bcf_double_missing = 0x7ff0000000000001;
57-
static uint64_t bcf_double_vector_end = 0x7ff0000000000002;
56+
static const uint64_t bcf_double_missing = 0x7ff0000000000001;
57+
static const uint64_t bcf_double_vector_end = 0x7ff0000000000002;
5858
static inline void bcf_double_set(double *ptr, uint64_t value)
5959
{
6060
union { uint64_t i; double d; } u;

plugins/fill-from-fasta.mk

Lines changed: 0 additions & 2 deletions
This file was deleted.

plugins/setGT.mk

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)