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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user