aboutsummaryrefslogtreecommitdiff
path: root/graphx
diff options
context:
space:
mode:
authorAnkur Dave <ankurdave@gmail.com>2014-01-10 10:43:23 -0800
committerAnkur Dave <ankurdave@gmail.com>2014-01-10 10:43:23 -0800
commitcfc10c74a33cfd0997f53cb37053fd69193ee790 (patch)
tree28df80f87c61a0f7c5deb76dda1e4b6492600f62 /graphx
parentbf50e8c6cdb30ad9bb13bed20f482236d7771231 (diff)
downloadspark-cfc10c74a33cfd0997f53cb37053fd69193ee790.tar.gz
spark-cfc10c74a33cfd0997f53cb37053fd69193ee790.tar.bz2
spark-cfc10c74a33cfd0997f53cb37053fd69193ee790.zip
Remove EdgeTriplet.{src,dst}Stale, which were unused
Diffstat (limited to 'graphx')
-rw-r--r--graphx/src/main/scala/org/apache/spark/graphx/EdgeTriplet.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/graphx/src/main/scala/org/apache/spark/graphx/EdgeTriplet.scala b/graphx/src/main/scala/org/apache/spark/graphx/EdgeTriplet.scala
index b0565b7e0e..7b209ed6c7 100644
--- a/graphx/src/main/scala/org/apache/spark/graphx/EdgeTriplet.scala
+++ b/graphx/src/main/scala/org/apache/spark/graphx/EdgeTriplet.scala
@@ -28,9 +28,6 @@ class EdgeTriplet[VD, ED] extends Edge[ED] {
*/
var dstAttr: VD = _ //nullValue[VD]
- var srcStale: Boolean = false
- var dstStale: Boolean = false
-
/**
* Set the edge properties of this triplet.
*/