]> Sergey Matveev's repositories - public-inbox.git/commitdiff
spawn: remove support for clearing the env
authorEric Wong <e@80x24.org>
Fri, 29 Nov 2019 10:14:13 +0000 (10:14 +0000)
committerEric Wong <e@80x24.org>
Wed, 11 Dec 2019 08:10:32 +0000 (08:10 +0000)
It's unnecessary code which I'm not sure we ever used.  In
retrospect, completely clearing the environment doesn't make
sense for the processes we spawn.  We don't need to clobber
individual environment variables in our code, either
(and if we did for tests, we can use 'local').


No differences found