diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-28 09:23:39 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-28 09:23:39 +0000 |
| commit | 5932d571242a5f4d1c478e8757db72e1f6c8b641 (patch) | |
| tree | be94548159565ba7c2fca27714949debf98f3dc0 | |
| parent | 619c47b9cfde4ea60e86933092b2ce4af18bf33c (diff) | |
merges r21781 from trunk into ruby_1_9_1.
* 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
| -rw-r--r-- | process.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |
