summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.h3
1 files changed, 0 insertions, 3 deletions
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)