ofproto: Avoid extra call to time_msec().
authorBen Pfaff <blp@nicira.com>
Tue, 9 Mar 2010 18:03:29 +0000 (10:03 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 9 Mar 2010 18:03:29 +0000 (10:03 -0800)
commit9ca76894292bcb9aafbdaa63f24e370b1a6ccac8
tree3d3c25e49d67a6acaea4d8650707525f4f2cb0b7
parent9ad73195fcc8ced6be8506b4570aba6f640cd53a
ofproto: Avoid extra call to time_msec().

compose_flow_removed() already has the current time conveniently provided
as a parameter, so there is no need to call time_msec() directly.

Also squashes an annoying GCC warning about an unused parameter.
ofproto/ofproto.c