libbtf: Ditch unused btf_elf__verbose_log() macro

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2021-06-09 09:19:19 -03:00
parent 539c94fee9
commit 14ab2e0361
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ struct gobuffer;
#include <stdbool.h>
#include <stdint.h>
#define btf_elf__verbose_log(fmt, ...) { if (btf_elf__verbose) printf(fmt, __VA_ARGS__); }
extern bool btf_gen_floats;
#define PERCPU_SECTION ".data..percpu"