[jruby-joni] 183/194: remove dead code
Hideki Yamane
henrich at moszumanska.debian.org
Thu Feb 1 12:04:39 UTC 2018
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch debian/sid
in repository jruby-joni.
commit 5221d2242f297215bba044a8e8c49d7d7833d230
Author: Marcin Mielzynski <lopx at gazeta.pl>
Date: Wed Jan 24 21:00:11 2018 +0100
remove dead code
---
src/org/joni/ast/ListNode.java | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/org/joni/ast/ListNode.java b/src/org/joni/ast/ListNode.java
index 76aaeaf..5db7ff5 100644
--- a/src/org/joni/ast/ListNode.java
+++ b/src/org/joni/ast/ListNode.java
@@ -55,10 +55,6 @@ public final class ListNode extends Node {
type = LIST;
}
- public void toAltNode() {
- type = ALT;
- }
-
@Override
protected void setChild(Node child) {
value = child;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git
More information about the pkg-java-commits
mailing list