summaryrefslogtreecommitdiff
path: root/marshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'marshal.c')
-rw-r--r--marshal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/marshal.c b/marshal.c
index d286aaa7c8..5db23fcbc6 100644
--- a/marshal.c
+++ b/marshal.c
@@ -1148,7 +1148,7 @@ r_symlink(struct load_arg *arg)
static ID
r_symreal(struct load_arg *arg, int ivar)
{
- volatile VALUE s = r_bytes(arg);
+ VALUE s = r_bytes(arg);
ID id;
int idx = -1;
st_index_t n = arg->symbols->num_entries;