From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> Signed-off-by: Luis R. Rodriguez <mcgrof at do-not-panic.com> --- intersect.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/intersect.c b/intersect.c index 59fd007..7352e73 100644 --- a/intersect.c +++ b/intersect.c @@ -9,13 +9,6 @@ /* Intersects regulatory domains, this will skip any regulatory marked with * an alpha2 of '00', which is used to indicate a regulatory domain */ -#define BUG_ON(foo) do { \ - if (foo) { \ - printf("BUG\n"); \ - exit(-1); \ - } \ - } while (0) - /* Sanity check on a regulatory rule */ static int is_valid_reg_rule(const struct ieee80211_reg_rule *rule) { -- 1.7.10.4