Skip to content

Commit eb0504c

Browse files
committed
[BCB] Remove unused disableRuntimeReflectionProvider feature toggle
1 parent db61867 commit eb0504c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Appending `(?)` in `ignoreErrors` is not supported.
9898

9999
* Removed unused config parameter `cache.nodesByFileCountMax`
100100
* Removed unused config parameter `memoryLimitFile`
101-
101+
* Removed unused feature toggle `disableRuntimeReflectionProvider`
102102

103103
## Upgrading guide for extension developers
104104

conf/config.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ parameters:
2222
tooWideThrowType: false
2323
featureToggles:
2424
bleedingEdge: false
25-
disableRuntimeReflectionProvider: true
2625
skipCheckGenericClasses: []
2726
arrayFilter: false
2827
arrayValues: false

conf/parametersSchema.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ parametersSchema:
2828
])
2929
featureToggles: structure([
3030
bleedingEdge: bool(),
31-
disableRuntimeReflectionProvider: bool(),
3231
skipCheckGenericClasses: listOf(string()),
3332
arrayFilter: bool(),
3433
arrayValues: bool(),

0 commit comments

Comments
 (0)