Remove warning
parent
b4f8eea231
commit
4f8dfeb5b2
|
|
@ -161,7 +161,6 @@ HybridJunctionTree::HybridJunctionTree(
|
||||||
|
|
||||||
// Traverse the elimination tree, doing symbolic elimination and merging nodes
|
// Traverse the elimination tree, doing symbolic elimination and merging nodes
|
||||||
// as we go. Gather the created junction tree roots in a dummy Node.
|
// as we go. Gather the created junction tree roots in a dummy Node.
|
||||||
typedef typename HybridEliminationTree::Node ETreeNode;
|
|
||||||
typedef HybridConstructorTraversalData Data;
|
typedef HybridConstructorTraversalData Data;
|
||||||
Data rootData(0);
|
Data rootData(0);
|
||||||
rootData.myJTNode =
|
rootData.myJTNode =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue