Skip to content

Commit

Permalink
merges r21781 from trunk into ruby_1_9_1.
Browse files Browse the repository at this point in the history
* process.c (proc_spawn_v): removed unused variable.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
yugui committed Jan 28, 2009
1 parent 619c47b commit 5932d57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion process.c
Expand Up @@ -1133,7 +1133,6 @@ static rb_pid_t
proc_spawn_v(char **argv, char *prog)
{
char fbuf[MAXPATHLEN];
char *extension;
rb_pid_t status;

if (!prog)
Expand Down

0 comments on commit 5932d57

Please sign in to comment.