Skip to content

Commit 2f94619

Browse files
committed
CXX-307 Don't check error codes on 26compat branch
On the 26compat branch, we trust upstream (server) to provide correctly curated error codes.
1 parent b49d837 commit 2f94619

File tree

2 files changed

+0
-187
lines changed

2 files changed

+0
-187
lines changed

SConstruct

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,14 +1461,6 @@ elif not onlyServer:
14611461

14621462
enforce_glibc = linux and releaseBuild and not has_option("no-glibc-check")
14631463

1464-
def checkErrorCodes():
1465-
import buildscripts.errorcodes as x
1466-
if x.checkErrorCodes() == False:
1467-
print( "next id to use:" + str( x.getNextCode() ) )
1468-
Exit(-1)
1469-
1470-
checkErrorCodes()
1471-
14721464
# ---- Docs ----
14731465
def build_docs(env, target, source):
14741466
from buildscripts import docs

buildscripts/errorcodes.py

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)