[PATCH] get_octopus_merge_bases(): cleanup redundant variable

2014-01-03 Thread Vasily Makarov
pptr is needless. Some related code got cleaned as well Signed-off-by: Vasily Makarov --- commit.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/commit.c b/commit.c index de16a3c..8e48c49 100644 --- a/commit.c +++ b/commit.c @@ -834,26

Re: [PATCH] get_octopus_merge_bases(): cleanup redundant variable

2014-01-03 Thread Junio C Hamano
Vasily Makarov writes: > pptr is needless. Some related code got cleaned as well > > Signed-off-by: Vasily Makarov > --- > commit.c | 33 +++-- > 1 file changed, 15 insertions(+), 18 deletions(-) > > diff --git a/commit.c b/commit.c > index de16a3c..4a7a192 100644 >

[PATCH] get_octopus_merge_bases(): cleanup redundant variable

2014-01-03 Thread Vasily Makarov
pptr is needless. Some related code got cleaned as well Signed-off-by: Vasily Makarov --- commit.c | 33 +++-- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/commit.c b/commit.c index de16a3c..4a7a192 100644 --- a/commit.c +++ b/commit.c @@ -834,26 +8