summaryrefslogtreecommitdiff
path: root/src/docs/cursor-ops.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/cursor-ops.dox')
-rw-r--r--src/docs/cursor-ops.dox4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/docs/cursor-ops.dox b/src/docs/cursor-ops.dox
index b743d81db57..e479ff29191 100644
--- a/src/docs/cursor-ops.dox
+++ b/src/docs/cursor-ops.dox
@@ -145,9 +145,5 @@ that may not be modified or freed by the application. If a longer scope
is required, the application must make a copy of the memory before the
cursor is re-used, closed or reset.
-The comments in this example code explain when the application can safely
-modify memory passed to WT_CURSOR::set_key or WT_CURSOR::set_value:
-
-@snippet ex_scope.c cursor scope operation
@m_endif
*/