aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby16/files/patch-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby16/files/patch-parse.c')
-rw-r--r--lang/ruby16/files/patch-parse.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/ruby16/files/patch-parse.c b/lang/ruby16/files/patch-parse.c
deleted file mode 100644
index a6c8e6d88675..000000000000
--- a/lang/ruby16/files/patch-parse.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- parse.c.orig Sun Apr 20 04:20:19 2003
-+++ parse.c Sun Apr 20 04:21:02 2003
-@@ -8519,9 +8519,9 @@
- char *useless = 0;
-
- if (!RTEST(ruby_verbose)) return;
-- if (!node) return;
-
- again:
-+ if (!node) return;
- switch (nd_type(node)) {
- case NODE_NEWLINE:
- node = node->nd_next;