Commit 98d31e20 authored by Yoni Fogel's avatar Yoni Fogel

Modified comment in header

git-svn-id: file:///svn/tokudb@1855 c7de825b-a66e-492c-adef-691d508d4ae1
parent 86fcd60f
...@@ -175,7 +175,6 @@ int toku_rt_insert(toku_range_tree* tree, toku_range* range); ...@@ -175,7 +175,6 @@ int toku_rt_insert(toku_range_tree* tree, toku_range* range);
- EINVAL: If any pointer argument is NULL. - EINVAL: If any pointer argument is NULL.
- EDOM: If the exact range (left, right, and data) did - EDOM: If the exact range (left, right, and data) did
not exist in the tree. not exist in the tree.
- Other exit codes may be forwarded from underlying system calls.
*/ */
int toku_rt_delete(toku_range_tree* tree, toku_range* range); int toku_rt_delete(toku_range_tree* tree, toku_range* range);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment