ext/h3/src/src/apps/miscapps/generateNumHexagons.c in h3-3.5.1 vs ext/h3/src/src/apps/miscapps/generateNumHexagons.c in h3-3.6.0
- old
+ new
@@ -26,11 +26,9 @@
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include "constants.h"
-#define NUM_PENTAGONS 12
-
/**
* Generates and prints the numHexagons table.
*/
static void generate() {
printf("static const int64_t nums[] = {\n");