spawn: Remove useless argv[0] calculation
commitf9a1093e45bb249a6c6a988c497248bf3051b6b3
authorUli Schlachter <psychon@znc.in>
Wed, 12 Mar 2014 10:15:40 +0000 (12 11:15 +0100)
committerUli Schlachter <psychon@znc.in>
Wed, 12 Mar 2014 10:15:40 +0000 (12 11:15 +0100)
treece1311f491bdd280a0f196e447f3a2076d58006e
parent5432e0a332c61abcfee8c08efab07ebf793f29c7
spawn: Remove useless argv[0] calculation

Since commit 3c40d6b, the passed in argument is decomposed into an array of
strings before the sn-related code runs. This means we already know argv[0] and
thus we don't need the code here that tries to figure it out again.

Signed-off-by: Uli Schlachter <psychon@znc.in>
spawn.c