X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-kill.c;h=f230962bc742184b5919fe4a576d941b2de4e1e1;hb=2d8b103caa9fbd65f62c7727aa7ba4b3d0467a39;hp=f145641b87dfdd96946e6b70708d80bc144aac67;hpb=34e63086edddcae06d7c1a4fa84fec0861e50758;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;