Remove bitset main
authorNot Zed <notzed@gmail.com>
Fri, 4 Dec 2020 05:33:09 +0000 (16:03 +1030)
committerNot Zed <notzed@gmail.com>
Fri, 4 Dec 2020 05:33:09 +0000 (16:03 +1030)
ez-bitset.c

index 19a2253..6ccde91 100644 (file)
@@ -246,6 +246,7 @@ uint32_t ez_bitset_scan_remove(ez_bitset_scan *scan) {
        return bitset_scan_next(scan->set, scan);
 }
 
+#if 0
 #include <stdio.h>
 
 int main(int argc, char **argv) {
@@ -261,3 +262,4 @@ int main(int argc, char **argv) {
 
        return 0;
 }
+#endif