pnnl / chgl

Chapel HyperGraph Library (CHGL) - HPC-class Hypergraphs in Chapel
https://pnnl.github.io/chgl/
MIT License
29 stars 8 forks source link

remove of unused line #62

Closed mandysack closed 5 years ago

mandysack commented 5 years ago

Line 255 in chgl/example/activeDNS.chpl is unused. Just verifying deletion would be OK. var compId = cachedComponents[s].cachedComponentMappings[e.id];

LouisJenkinsCS commented 5 years ago

You're right, this is unneeded; I'll remove it.

LouisJenkinsCS commented 5 years ago

Done.