From cb207e2c31359a6c6259c86d05e474addf2476f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sun, 11 Dec 2022 21:21:20 +0100 Subject: dns resolving for bootstrapping, dht.c compiles, but is untested --- src/bencoding.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/bencoding.c') diff --git a/src/bencoding.c b/src/bencoding.c index 8a044e2..bcf8f17 100644 --- a/src/bencoding.c +++ b/src/bencoding.c @@ -181,13 +181,6 @@ struct bencoding * bnums_set (struct bencoding * b, long int num) { return b; } -/** - * 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 * -- cgit v1.2.3