Commit 5e962ecb authored by Alessandro Rubini's avatar Alessandro Rubini

diag: kill now-unused pp_verbose_frames

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent ccc3d902
......@@ -144,7 +144,6 @@ extern unsigned long pp_diag_parse(char *diaglevel);
#define pp_verbose_error 1
#define pp_verbose_dump 1
#define pp_verbose_servo 1
#define pp_verbose_frames 1
#define pp_verbose_time 1
#endif
......@@ -161,10 +160,6 @@ extern unsigned long pp_diag_parse(char *diaglevel);
#define pp_verbose_servo 1
#endif
#ifdef VERB_FRAMES
#define pp_verbose_frames 1
#endif
#ifdef VERB_TIME
#define pp_verbose_time 1
#endif
......@@ -182,10 +177,6 @@ extern unsigned long pp_diag_parse(char *diaglevel);
#define pp_verbose_servo 0
#endif
#ifndef pp_verbose_frames
#define pp_verbose_frames 0
#endif
#ifndef pp_verbose_time
#define pp_verbose_time 0
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment