aboutsummaryrefslogtreecommitdiff
path: root/tests/test-flows.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-07-21 15:42:22 -0700
committerBen Pfaff <blp@nicira.com>2010-07-21 15:47:09 -0700
commitff8bb7e76b2cdcbcf88cd2fac663ba517e4a659c (patch)
tree8bddc5b74d00143fdff1214086fa316f8dd9cca7 /tests/test-flows.c
parent7bc9188dda1cc2a54c45c4f1ab904d0ee023e428 (diff)
timeval: Make time_init() static and remove calls to it.
Since the timeval module now initializes itself on-demand, there is no longer any need to initialize it explicitly, or to provide an interface to do so.
Diffstat (limited to 'tests/test-flows.c')
-rw-r--r--tests/test-flows.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-flows.c b/tests/test-flows.c
index 424dd7b0..279de64f 100644
--- a/tests/test-flows.c
+++ b/tests/test-flows.c
@@ -39,7 +39,6 @@ main(int argc OVS_UNUSED, char *argv[])
int n = 0, errors = 0;
set_program_name(argv[0]);
- time_init();
vlog_init();
flows = stdin;