summaryrefslogtreecommitdiff
path: root/src/include/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/error.h')
-rw-r--r--src/include/error.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/error.h b/src/include/error.h
index e85220d5d3c..bbb7f989332 100644
--- a/src/include/error.h
+++ b/src/include/error.h
@@ -77,7 +77,6 @@
ret == 0 || ret == WT_DUPLICATE_KEY || ret == WT_NOTFOUND)) \
ret = __ret; \
} while (0)
-#define WT_TRET_BUSY_OK(a) WT_TRET_ERROR_OK(a, EBUSY)
#define WT_TRET_NOTFOUND_OK(a) WT_TRET_ERROR_OK(a, WT_NOTFOUND)
/* Return and branch-to-err-label cases for switch statements. */