diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-08-04 19:46:34 +0200 |
---|---|---|
committer | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-08-05 18:38:54 +0200 |
commit | 5f8c7419af3d9727d7fb6896ab6b1a1cc452e333 (patch) | |
tree | 2a011f0c1bd5cdbd9d7697271812cf8ac7d84eb8 /dev-java/saxon | |
parent | dev-java/saaj: remove unused file (diff) | |
download | gentoo-5f8c7419af3d9727d7fb6896ab6b1a1cc452e333.tar.gz gentoo-5f8c7419af3d9727d7fb6896ab6b1a1cc452e333.tar.bz2 gentoo-5f8c7419af3d9727d7fb6896ab6b1a1cc452e333.zip |
dev-java/saxon: remove unused patch
Diffstat (limited to 'dev-java/saxon')
-rw-r--r-- | dev-java/saxon/files/saxon-8.4b-jikes.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-java/saxon/files/saxon-8.4b-jikes.patch b/dev-java/saxon/files/saxon-8.4b-jikes.patch deleted file mode 100644 index e3d3f2c38043..000000000000 --- a/dev-java/saxon/files/saxon-8.4b-jikes.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ru saxon/src/net/sf/saxon/expr/UserFunctionCall.java saxon-patched/src/net/sf/saxon/expr/UserFunctionCall.java ---- saxon/src/net/sf/saxon/expr/UserFunctionCall.java 2005-03-21 13:46:38.000000000 -0500 -+++ saxon-patched/src/net/sf/saxon/expr/UserFunctionCall.java 2005-06-29 20:13:47.000000000 -0400 -@@ -401,8 +401,8 @@ - */ - - public Object map(Item item, XPathContext context) throws XPathException { -- if (item instanceof FunctionCallPackage) { -- return (((FunctionCallPackage)item).iterateResults(context)); -+ if (item instanceof UserFunctionCall.FunctionCallPackage) { -+ return (((UserFunctionCall.FunctionCallPackage)item).iterateResults(context)); - } else { - return item; - } |