Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel/fork.c: remove unneeded variable initialization in copy_process()
This initialization of is not needed so just remove it. Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
- Loading branch information