summaryrefslogtreecommitdiff
path: root/biology/htslib/files/patch-sam.c
diff options
context:
space:
mode:
Diffstat (limited to 'biology/htslib/files/patch-sam.c')
-rw-r--r--biology/htslib/files/patch-sam.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/biology/htslib/files/patch-sam.c b/biology/htslib/files/patch-sam.c
deleted file mode 100644
index 679b4d71967d..000000000000
--- a/biology/htslib/files/patch-sam.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- sam.c.orig 2020-10-18 00:50:46 UTC
-+++ sam.c
-@@ -35,6 +35,7 @@ DEALINGS IN THE SOFTWARE. */
- #include <assert.h>
- #include <signal.h>
- #include <inttypes.h>
-+#include <unistd.h> // usleep()
-
- // Suppress deprecation message for cigar_tab, which we initialise
- #include "htslib/hts_defs.h"