summaryrefslogtreecommitdiffstats
path: root/src/H5B2private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5B2private.h')
-rw-r--r--src/H5B2private.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/H5B2private.h b/src/H5B2private.h
index 48d0cbd..aa4bb12 100644
--- a/src/H5B2private.h
+++ b/src/H5B2private.h
@@ -36,14 +36,6 @@
/* Library Private Macros */
/**************************/
-/* Define return values from operator callback function for H5B2_iterate */
-/* (Actually, any positive value will cause the iterator to stop and pass back
- * that positive value to the function that called the iterator)
- */
-#define H5B2_ITER_ERROR (-1)
-#define H5B2_ITER_CONT (0)
-#define H5B2_ITER_STOP (1)
-
/****************************/
/* Library Private Typedefs */