summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/s_errno
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2019-05-13 13:37:59 +1000
committerLuke Chen <luke.chen@mongodb.com>2019-05-13 13:37:59 +1000
commit173232c848619139321b08ebd2e20cb47c895163 (patch)
tree7d66406ac31ba1054b8bedf93ef88fc0fc33793d /src/third_party/wiredtiger/dist/s_errno
parent451c675f4bdcae94c7562ff0bef2090f79a807f7 (diff)
downloadmongo-173232c848619139321b08ebd2e20cb47c895163.tar.gz
Import wiredtiger: 315563f28850026673ebb146b6f3d727178e58bc from branch mongodb-4.2
ref: d9ec69f911..315563f288 for: 4.1.12 WT-3929 Fix "pip install" to work with Python3 WT-4669 Convert operation tracking logs to t2 format WT-4750 Sweep can remove active lookaside records when files are closed and re-opened WT-4765 Remove support for Helium/Levyx data sources in WiredTiger WT-4766 Python3: fix wt_ckpt_decode.py to work with python2 WT-4767 Compatibility tests failed after 3.2.0 release
Diffstat (limited to 'src/third_party/wiredtiger/dist/s_errno')
-rw-r--r--src/third_party/wiredtiger/dist/s_errno3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/dist/s_errno b/src/third_party/wiredtiger/dist/s_errno
index 9981842e458..1bfc5e7f1a0 100644
--- a/src/third_party/wiredtiger/dist/s_errno
+++ b/src/third_party/wiredtiger/dist/s_errno
@@ -37,9 +37,6 @@ error_ok()
# Loop through source files.
for f in `find ext src -name '*.[ci]'`; do
- if expr "$f" : 'ext/datasources/helium/helium.c' > /dev/null; then
- continue
- fi
if expr "$f" : 'src/os_win/os_winerr.c' > /dev/null; then
continue
fi