Stop building Reflection

This commit is contained in:
Alejandro Alonso
2023-03-14 11:49:38 -07:00
parent ad24fe1d44
commit 09b1476ddf
17 changed files with 0 additions and 86 deletions

View File

@@ -106,8 +106,6 @@ def create_parser():
help='Enable experimental distributed actors.')
parser.add_argument('--enable-experimental-string-processing', action='store_true',
help='Enable experimental string processing.')
parser.add_argument('--enable-experimental-reflection', action='store_true',
help='Enable experimental reflection.')
parser.add_argument('--enable-experimental-observation', action='store_true',
help='Enable experimental observation.')
parser.add_argument('-swift-version', metavar='N',