Skip to content
Snippets Groups Projects
Commit cfc10c74 authored by Ankur Dave's avatar Ankur Dave
Browse files

Remove EdgeTriplet.{src,dst}Stale, which were unused

parent bf50e8c6
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment