Commit 9c3e77a0 authored by Tristan Gingold's avatar Tristan Gingold

pp-instance.h: remove unused fields (t4_cf, t6_cf)

parent 5e42a581
......@@ -252,7 +252,6 @@ struct pp_instance {
/* Times, for the various offset computations */
struct pp_time t1, t2, t3, t4, t5, t6; /* *the* stamps */
Integer32 t4_cf, t6_cf;
uint64_t syncCF; /* transp. clocks */
struct pp_time last_rcv_time, last_snt_time; /* two temporaries */
......
......@@ -261,8 +261,6 @@ struct dump_info dump_ppsi_info[] = {
DUMP_FIELD(pp_time, t4),
DUMP_FIELD(pp_time, t5),
DUMP_FIELD(pp_time, t6),
DUMP_FIELD(Integer32, t4_cf),
DUMP_FIELD(Integer32, t6_cf),
DUMP_FIELD(UInteger64, syncCF),
DUMP_FIELD(pp_time, last_rcv_time),
DUMP_FIELD(pp_time, last_snt_time),
......
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