From 3424769a5e317bec6348dd09de2489deb1231789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 28 May 2011 13:37:17 +0300 Subject: Remove unused DStartBench and DShowBench macros. --- common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'common.h') diff --git a/common.h b/common.h index 0b71adf..1438d3e 100644 --- a/common.h +++ b/common.h @@ -21,9 +21,6 @@ # define Ddiff(t,x) #endif -#define DStartBench(x) uint64_t bench_##x = cTimeMs::Now() -#define DShowBench(t,x) fprintf(stderr, "%s took %llu ms\n", t, cTimeMs::Now() - bench_##x) - /* Check if a channel is a radio station. */ #define ISRADIO(x) ((x)->Vpid()==0||(x)->Vpid()==1||(x)->Vpid()==0x1fff) -- cgit v1.2.3