X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-kill.c;h=f230962bc742184b5919fe4a576d941b2de4e1e1;hb=9ea5d2d58ba8783271d096d417082a8372b87c5d;hp=f145641b87dfdd96946e6b70708d80bc144aac67;hpb=a14bc59fb8f27db193d74662dc9c5cb8237177ef;p=openvswitch diff --git a/utilities/ovs-kill.c b/utilities/ovs-kill.c index f145641b..f230962b 100644 --- a/utilities/ovs-kill.c +++ b/utilities/ovs-kill.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -46,8 +46,6 @@ main(int argc, char *argv[]) int i; set_program_name(argv[0]); - time_init(); - vlog_init(); parse_options(argc, argv); argc -= optind;