Removed some unused parameters from the b-tree methods.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@466 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-05-25 21:22:30 +00:00
parent 5ee1da41d1
commit 76cb67c695
8 changed files with 17 additions and 29 deletions

View File

@@ -587,7 +587,7 @@ RCODE F_QueryResultSet::addEntry(
m_pBTree->btResetBtree();
if (RC_BAD( rc = m_pBTree->btInsertEntry( pucKey, uiKeyLen, uiKeyLen, NULL,
if (RC_BAD( rc = m_pBTree->btInsertEntry( pucKey, uiKeyLen, NULL,
0, TRUE, TRUE)))
{
goto Exit;