Commit 0887cbbe authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: remove unused man_phase

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 6993e84d
......@@ -23,8 +23,6 @@
#include "lib/ipv4.h"
#include "shell.h"
extern int wrc_man_phase;
extern struct pp_servo servo;
extern struct pp_instance ppi_static;
struct pp_instance *ppi = &ppi_static;
......@@ -235,9 +233,6 @@ int wrc_mon_gui(void)
cprintf(C_WHITE, "%9d ps\n",
(int32_t) (s->skew));
cprintf(C_GREY, "Manual phase adjustment: ");
cprintf(C_WHITE, "%9d ps\n", (int32_t) (wrc_man_phase));
cprintf(C_GREY, "Update counter: ");
cprintf(C_WHITE, "%9d\n",
(int32_t) (s->update_count));
......
......@@ -131,8 +131,6 @@ static int wrc_check_link(void)
return rv;
}
int wrc_man_phase = 0;
static int ui_update(void)
{
int ret;
......
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