Commit 7d0005d
authored
Remove unused properties from
## Summary of changes
Removes unused properties and functionality from `MockTelemetryAgent`
## Reason for change
Noticed the obsolete behaviour while working on something else. The
`OptionalHeaders` option was added as part of the original crashtracking
work, and was partially removed as no longer required in #6835, and the
parts here were just missed.
## Implementation details
Delete unused code
## Test coverage
As long as the tests still pass, we're good
## Other details
Noticed while working on #8017MockTelemetryAgent (#8020)1 parent 02f5187 commit 7d0005d
1 file changed
+1
-21
lines changedLines changed: 1 addition & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 77 | | |
85 | 78 | | |
86 | 79 | | |
| |||
165 | 158 | | |
166 | 159 | | |
167 | 160 | | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
| 161 | + | |
182 | 162 | | |
183 | 163 | | |
184 | 164 | | |
| |||
0 commit comments