summaryrefslogtreecommitdiff
path: root/src/htslib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/htslib.h')
-rw-r--r--src/htslib.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/htslib.h b/src/htslib.h
index 8cfece7..3121004 100644
--- a/src/htslib.h
+++ b/src/htslib.h
@@ -255,18 +255,6 @@ HTSEXT_API void* hts_malloc(size_t size);
HTSEXT_API void* hts_realloc(void* data, size_t size);
HTSEXT_API void hts_free(void* data);
#endif
-extern int hts_dgb_init;
-extern FILE* hts_dgb_(void);
-#undef _
-#define _ ,
-#define HTS_DBG(FMT) do { \
- if (hts_dgb_init > 0) { \
- FILE *fp = hts_dgb_(); \
- fprintf(fp, FMT); \
- fprintf(fp, "\n"); \
- fflush(fp); \
- } \
-} while(0)
// fonctions principales
T_SOC http_fopen(httrackp *opt,char* adr,char* fil,htsblk* retour);