summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
-rw-r--r--ruby.c8
1 files changed, 2 insertions, 6 deletions
@@ -549,12 +549,8 @@ static VALUE
runtime_libruby_path(void)
{
#if defined _WIN32 || defined __CYGWIN__
- DWORD len, ret;
-#if USE_RVARGC
- len = 32;
-#else
- len = RSTRING_EMBED_LEN_MAX;
-#endif
VALUE path;
VALUE wsopath = rb_str_new(0, len*sizeof(WCHAR));
WCHAR *wlibpath;