Re: [PATCH] exec: remove duplicate function call.

2016-02-04 Thread Justus Winter
Quoting Esa Peuha (2016-02-03 15:57:58) > * exec/main.c (main) Remove second call to trivfs_startup > from commit a5d384c. > --- > The commit mentioned above duplicated the call to trivfs_startup. > I can't think of any reason why it would be necessary, so it's > probably unintentional editing erro

[PATCH] exec: remove duplicate function call.

2016-02-03 Thread Esa Peuha
* exec/main.c (main) Remove second call to trivfs_startup from commit a5d384c. --- The commit mentioned above duplicated the call to trivfs_startup. I can't think of any reason why it would be necessary, so it's probably unintentional editing error that can be removed. diff --git a/exec/main.c b/ex