Skip to content

Commit

Permalink
Fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Jan 31, 2025
1 parent 23ded3c commit 0e430fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions libnczarr/zdebug.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ zdumpcommon(const struct Common* c)
/**************************************************/
/* Filter/Plugin debug */

#if defined(ZDEBUGF) || defined(ZTRACING)
const char*
printfilter(const NCZ_Filter* f)
{
Expand Down Expand Up @@ -545,4 +544,3 @@ debugf_unused(void)
(void)printhdf5class;
(void)printcodecclass;
}
#endif /*ZDEBUGF*/
2 changes: 0 additions & 2 deletions libnczarr/zdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ struct ZUTEST {
};
EXTERNL struct ZUTEST* zutest;

#ifdef ZDEBUGF
struct NCZ_Filter;
struct NCZ_Plugin;
struct NCZ_Codec;
Expand All @@ -98,6 +97,5 @@ const char* printhdf5class(const struct H5Z_class2_t* hdf5);
const char* printcodecclass(const struct NCZ_codec_t* codec);
const char* printcodecapi(const struct CodecAPI* ca);
const char* printloadedplugins(void);
#endif /*ZDEBUGF*/

#endif /*ZDEBUG_H*/

0 comments on commit 0e430fb

Please sign in to comment.