From 5e85cedecce3f6ae6b4e29dfe9ac8d5630f8ce9c Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 2 Oct 2024 09:46:35 -0400 Subject: [PATCH] lint --- include/roaring/roaring.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/roaring/roaring.h b/include/roaring/roaring.h index 378d716e..7be4b807 100644 --- a/include/roaring/roaring.h +++ b/include/roaring/roaring.h @@ -1184,7 +1184,6 @@ using namespace ::roaring::api; #endif #endif - // roaring64 will include roaring.h, but we would // prefer to avoid having our users include roaring64.h // in addition to roaring.h.