summaryrefslogtreecommitdiff
path: root/dev-java/relaxngcc/files/relaxngcc-1.12-SwitchBlockInfo.java.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/relaxngcc/files/relaxngcc-1.12-SwitchBlockInfo.java.patch')
-rw-r--r--dev-java/relaxngcc/files/relaxngcc-1.12-SwitchBlockInfo.java.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-java/relaxngcc/files/relaxngcc-1.12-SwitchBlockInfo.java.patch b/dev-java/relaxngcc/files/relaxngcc-1.12-SwitchBlockInfo.java.patch
deleted file mode 100644
index 7969a27da882..000000000000
--- a/dev-java/relaxngcc/files/relaxngcc-1.12-SwitchBlockInfo.java.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/relaxngcc/builder/SwitchBlockInfo.java.orig 2015-08-13 01:20:52.344000000 +0000
-+++ src/relaxngcc/builder/SwitchBlockInfo.java 2015-08-13 01:21:27.424000000 +0000
-@@ -66,8 +66,6 @@
-
- if(prologue!=null) sv.add(prologue);
-
-- //elsecode, nullならerrorHandleMethodで閉じる
--
- CDBlock terminal = elsecode;
- if(terminal==null && errorHandleMethod!=null)
- terminal = new CDBlock(errorHandleMethod);