diff options
Diffstat (limited to '')
-rw-r--r-- | src/bencoding.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bencoding.c b/src/bencoding.c index 8a044e2..bcf8f17 100644 --- a/src/bencoding.c +++ b/src/bencoding.c @@ -182,13 +182,6 @@ struct bencoding * bnums_set (struct bencoding * b, long int num) { } /** - * helper macros for number comparisons - */ - -#define MAX(x, y) ((x) >= (y) ? (x) : (y)) -#define MIN(x, y) ((x) <= (y) ? (x) : (y)) - -/** * return how much space a character in a string uses * * @param a [in] the character in question |