summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/cli/tap-comparestat.c2
-rw-r--r--ui/gtk/compare_stat.c4
2 files changed, 0 insertions, 6 deletions
diff --git a/ui/cli/tap-comparestat.c b/ui/cli/tap-comparestat.c
index e0177a9a13..cf208e73f0 100644
--- a/ui/cli/tap-comparestat.c
+++ b/ui/cli/tap-comparestat.c
@@ -539,8 +539,6 @@ comparestat_init(const char *opt_arg, void* userdata _U_)
cs->zebra_time.secs=0;
cs->zebra_time.nsecs=1;
cs->nr_set=g_hash_table_new(NULL, NULL);
- /* microsecond precision */
- timestamp_set_precision(TS_PREC_AUTO_NSEC);
if(filter){
cs->filter=g_strdup(filter);
diff --git a/ui/gtk/compare_stat.c b/ui/gtk/compare_stat.c
index f1532810c3..85248ad60c 100644
--- a/ui/gtk/compare_stat.c
+++ b/ui/gtk/compare_stat.c
@@ -579,8 +579,6 @@ comparestat_draw(void *arg)
second_file_amount=cs->second_file_amount;
/* reset after numbering */
g_hash_table_remove_all(cs->nr_set);
- /* microsecond precision for Info column*/
- timestamp_set_precision(TS_PREC_AUTO_NSEC);
/* reset ordering */
nstime_set_unset(&cs->current_time);
@@ -734,8 +732,6 @@ gtk_comparestat_init(const char *opt_arg, void* userdata _U_)
cs->zebra_time.secs=0;
cs->zebra_time.nsecs=1;
cs->nr_set=g_hash_table_new(NULL, NULL);
- /* microsecond precision */
- timestamp_set_precision(TS_PREC_AUTO_NSEC);
/* transient_for top_level */
cs->win=dlg_window_new("compare-stat");