summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-23 22:48:11 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-23 22:48:11 +0000
commit72bbf9822db4ad7a1ef810d35f90268f07d79636 (patch)
tree211bfdb58d45dfe7a2c56a6a6eb15ef201ac17ce /internal.h
parent1ad4751aac6d2f6e3277569397c605679c12c058 (diff)
* internal.h (rb_execarg): options field removed.
* process.c: follow the rb_execarg change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index cbcfe4ecf2..790cf5b31d 100644
--- a/internal.h
+++ b/internal.h
@@ -171,7 +171,6 @@ struct rb_execarg {
VALUE argv_buf;
} cmd;
} invoke;
- VALUE options;
VALUE redirect_fds;
VALUE envp_str;
VALUE envp_buf;