remove unused macro

pull/13171/head
Matt Kulukundis 4 years ago
parent 5b97df91dd
commit 7876639e50
  1. 1
      tests/test_generated_code.c

@ -8,7 +8,6 @@
#include "tests/test.upb.h"
#define MIN(x, y) ((x) < (y) ? (x) : (y))
#define UNUSED(x) (void)x
const char test_str[] = "abcdefg";
const char test_str2[] = "12345678910";

Loading…
Cancel
Save