diff mbox

helper: remove unused variable

Message ID 20161202155536.29384-1-mike.holmes@linaro.org
State Accepted
Commit 65d66b94d66e6b954f3430b90a67eaeca7bf37c6
Headers show

Commit Message

Mike Holmes Dec. 2, 2016, 3:55 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>

---
 helper/linux.c | 1 -
 1 file changed, 1 deletion(-)

-- 
2.9.3

Comments

Mike Holmes Dec. 7, 2016, 5:14 p.m. UTC | #1
ping trivial fix that cleans up RPM generation logs

On 2 December 2016 at 10:55, Mike Holmes <mike.holmes@linaro.org> wrote:

> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>

> ---

>  helper/linux.c | 1 -

>  1 file changed, 1 deletion(-)

>

> diff --git a/helper/linux.c b/helper/linux.c

> index bb4b22c..7bd0b07 100644

> --- a/helper/linux.c

> +++ b/helper/linux.c

> @@ -295,7 +295,6 @@ static int odph_linux_process_create(odph_odpthread_t

> *thread_tbl,

>                                      int cpu,

>                                      const odph_odpthread_params_t

> *thr_params)

>  {

> -       int ret;

>         cpu_set_t cpu_set;

>         pid_t pid;

>

> --

> 2.9.3

>

>



-- 
Mike Holmes
Program Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
"Work should be fun and collaborative, the rest follows"
Bill Fischofer Dec. 7, 2016, 9:05 p.m. UTC | #2
On Fri, Dec 2, 2016 at 9:55 AM, Mike Holmes <mike.holmes@linaro.org> wrote:
> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>


Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>


> ---

>  helper/linux.c | 1 -

>  1 file changed, 1 deletion(-)

>

> diff --git a/helper/linux.c b/helper/linux.c

> index bb4b22c..7bd0b07 100644

> --- a/helper/linux.c

> +++ b/helper/linux.c

> @@ -295,7 +295,6 @@ static int odph_linux_process_create(odph_odpthread_t *thread_tbl,

>                                      int cpu,

>                                      const odph_odpthread_params_t *thr_params)

>  {

> -       int ret;

>         cpu_set_t cpu_set;

>         pid_t pid;

>

> --

> 2.9.3

>
Maxim Uvarov Dec. 9, 2016, 12:29 p.m. UTC | #3
Merged,
Maxim.

On 12/08/16 00:05, Bill Fischofer wrote:
> On Fri, Dec 2, 2016 at 9:55 AM, Mike Holmes <mike.holmes@linaro.org> wrote:

>> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>

> 

> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>

> 

>> ---

>>  helper/linux.c | 1 -

>>  1 file changed, 1 deletion(-)

>>

>> diff --git a/helper/linux.c b/helper/linux.c

>> index bb4b22c..7bd0b07 100644

>> --- a/helper/linux.c

>> +++ b/helper/linux.c

>> @@ -295,7 +295,6 @@ static int odph_linux_process_create(odph_odpthread_t *thread_tbl,

>>                                      int cpu,

>>                                      const odph_odpthread_params_t *thr_params)

>>  {

>> -       int ret;

>>         cpu_set_t cpu_set;

>>         pid_t pid;

>>

>> --

>> 2.9.3

>>
diff mbox

Patch

diff --git a/helper/linux.c b/helper/linux.c
index bb4b22c..7bd0b07 100644
--- a/helper/linux.c
+++ b/helper/linux.c
@@ -295,7 +295,6 @@  static int odph_linux_process_create(odph_odpthread_t *thread_tbl,
 				     int cpu,
 				     const odph_odpthread_params_t *thr_params)
 {
-	int ret;
 	cpu_set_t cpu_set;
 	pid_t pid;