Commit 88f3cdd6 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: removed commented unused code

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 7010d5df
......@@ -16,7 +16,6 @@ static struct cmd_line_opt cmd_line_list[] = {
{"-?", "show this page"},
/* FIXME cmdline check if useful */
//{"-c", "run in command line (non-daemon) mode"},
//{"-f FILE", "send output to FILE"},
//{"-S", "send output to syslog"},
//{"-T", "set multicast time to live"},
//{"-d", "display stats"},
......
......@@ -204,14 +204,6 @@ int st_com_slave_handle_sync(struct pp_instance *ppi, unsigned char *buf,
if (ppi->is_from_cur_par) {
ppi->sync_receive_time = *time;
/* FIXME diag to file? will we ever handle it?
if (OPTS(ppi)->recordFP)
fprintf(rtOpts->recordFP, "%d %llu\n",
header->sequenceId,
((time->seconds * 1000000000ULL) +
time->nanoseconds));
*/
if ((hdr->flagField[0] & PP_TWO_STEP_FLAG) != 0) {
ppi->waiting_for_follow = TRUE;
ppi->recv_sync_sequence_id = hdr->sequenceId;
......
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