diff mbox

[ovs-dev,05/10] ofproto-macros: Remove STRIP_DURATION macro.

Message ID 1453917089-30631-6-git-send-email-blp@ovn.org
State Accepted
Headers show

Commit Message

Ben Pfaff Jan. 27, 2016, 5:51 p.m. UTC
It was unused.

Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 tests/ofproto-macros.at | 1 -
 1 file changed, 1 deletion(-)

Comments

Jarno Rajahalme Jan. 28, 2016, 8:35 p.m. UTC | #1
Acked-by: Jarno Rajahalme <jarno@ovn.org>

> On Jan 27, 2016, at 9:51 AM, Ben Pfaff <blp@ovn.org> wrote:
> 
> It was unused.
> 
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
> tests/ofproto-macros.at | 1 -
> 1 file changed, 1 deletion(-)
> 
> diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at
> index 4215ee9..354a384 100644
> --- a/tests/ofproto-macros.at
> +++ b/tests/ofproto-macros.at
> @@ -248,7 +248,6 @@ strip_ufid () {
> }
> m4_divert_pop([PREPARE_TESTS])
> 
> -m4_define([STRIP_DURATION], [[sed 's/\bduration=[0-9.]*s/duration=?s/']])
> m4_define([TESTABLE_LOG], [-vPATTERN:ANY:'%c|%p|%m'])
> 
> # _OVS_VSWITCHD_START([vswitchd-aux-args])
> -- 
> 2.1.3
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
Ben Pfaff Jan. 28, 2016, 9:19 p.m. UTC | #2
Thanks, I applied patches 2 through 5, with your ack.

On Thu, Jan 28, 2016 at 12:35:58PM -0800, Jarno Rajahalme wrote:
> Acked-by: Jarno Rajahalme <jarno@ovn.org>
> 
> > On Jan 27, 2016, at 9:51 AM, Ben Pfaff <blp@ovn.org> wrote:
> > 
> > It was unused.
> > 
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> > ---
> > tests/ofproto-macros.at | 1 -
> > 1 file changed, 1 deletion(-)
> > 
> > diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at
> > index 4215ee9..354a384 100644
> > --- a/tests/ofproto-macros.at
> > +++ b/tests/ofproto-macros.at
> > @@ -248,7 +248,6 @@ strip_ufid () {
> > }
> > m4_divert_pop([PREPARE_TESTS])
> > 
> > -m4_define([STRIP_DURATION], [[sed 's/\bduration=[0-9.]*s/duration=?s/']])
> > m4_define([TESTABLE_LOG], [-vPATTERN:ANY:'%c|%p|%m'])
> > 
> > # _OVS_VSWITCHD_START([vswitchd-aux-args])
> > -- 
> > 2.1.3
> > 
> > _______________________________________________
> > dev mailing list
> > dev@openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
>
diff mbox

Patch

diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at
index 4215ee9..354a384 100644
--- a/tests/ofproto-macros.at
+++ b/tests/ofproto-macros.at
@@ -248,7 +248,6 @@  strip_ufid () {
 }
 m4_divert_pop([PREPARE_TESTS])
 
-m4_define([STRIP_DURATION], [[sed 's/\bduration=[0-9.]*s/duration=?s/']])
 m4_define([TESTABLE_LOG], [-vPATTERN:ANY:'%c|%p|%m'])
 
 # _OVS_VSWITCHD_START([vswitchd-aux-args])