We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49d837 commit 2f94619Copy full SHA for 2f94619
SConstruct
@@ -1461,14 +1461,6 @@ elif not onlyServer:
1461
1462
enforce_glibc = linux and releaseBuild and not has_option("no-glibc-check")
1463
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
1472
# ---- Docs ----
1473
def build_docs(env, target, source):
1474
from buildscripts import docs
buildscripts/errorcodes.py
0 commit comments