Removing unused clojure function o.a.s.util.bit-xor-vals

Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ba1f953e
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ba1f953e
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ba1f953e

Branch: refs/heads/1.x-branch
Commit: ba1f953e960818ece09b6de5d461007d90854a96
Parents: 7314106
Author: Roshan Naik <[email protected]>
Authored: Fri Feb 12 13:48:36 2016 -0800
Committer: Roshan Naik <[email protected]>
Committed: Fri Feb 12 13:48:36 2016 -0800

----------------------------------------------------------------------
 storm-core/src/clj/org/apache/storm/util.clj | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/ba1f953e/storm-core/src/clj/org/apache/storm/util.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/org/apache/storm/util.clj 
b/storm-core/src/clj/org/apache/storm/util.clj
index 23d39f6..7241bff 100644
--- a/storm-core/src/clj/org/apache/storm/util.clj
+++ b/storm-core/src/clj/org/apache/storm/util.clj
@@ -844,10 +844,6 @@
   [v]
   (or v 0))
 
-(defn bit-xor-vals
-  [vals]
-  (reduce bit-xor 0 vals))
-
 (defmacro with-error-reaction
   [afn & body]
   `(try ~@body

Reply via email to