diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-14 19:59:05 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-14 19:59:05 +0000 |
commit | 5a933d3538f9094e13ea916079cb9d2abc80026e (patch) | |
tree | 979ef93f8b005217d31a219a47fa80c5749a5ee7 /src/htslib.h | |
parent | 0573b166b2aa2ee40be1a328636cb539d96aeeac (diff) |
Removed ugly HTS_DBG() macros.
Diffstat (limited to 'src/htslib.h')
-rw-r--r-- | src/htslib.h | 12 |
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); |