removed unused variable

This commit is contained in:
Jeff Hill
2000-02-09 16:29:32 +00:00
parent ee3ee9d2ad
commit c2faad0590
2 changed files with 0 additions and 2 deletions

View File

@@ -120,7 +120,6 @@ private:
if (node.pLeft) {
if (node.pRight) {
tsBTreeNode<T> *pLeftNode = node.pLeft;
tsBTreeNode<T> *pRightNode = node.pRight;
T *pR = pLeftNode->pRight;
if (pR) {
tsBTreeNode<T>::insert (*pR, *node.pRight);

View File

@@ -120,7 +120,6 @@ private:
if (node.pLeft) {
if (node.pRight) {
tsBTreeNode<T> *pLeftNode = node.pLeft;
tsBTreeNode<T> *pRightNode = node.pRight;
T *pR = pLeftNode->pRight;
if (pR) {
tsBTreeNode<T>::insert (*pR, *node.pRight);