Skip to content

Commit fb188d1

Browse files
authored
chore(0.76): remove RCTAddressSanitizerCrashManager (#2397)
Backport of #2395
1 parent 0cd08d0 commit fb188d1

File tree

7 files changed

+0
-115
lines changed

7 files changed

+0
-115
lines changed

packages/react-native/Libraries/AddressSanitizerCrash/AddressSanitizerCrash.js

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

packages/react-native/Libraries/AddressSanitizerCrash/NativeAddressSanitizerCrash.js

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

packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ declare export default typeof NativeActionSheetManager;
3434
"
3535
`;
3636

37-
exports[`public API should not change unintentionally Libraries/AddressSanitizerCrash/AddressSanitizerCrash.js 1`] = `
38-
"declare module.exports: NativeAddressSanitizerCrash;
39-
"
40-
`;
41-
42-
exports[`public API should not change unintentionally Libraries/AddressSanitizerCrash/NativeAddressSanitizerCrash.js 1`] = `
43-
"export interface Spec extends TurboModule {}
44-
declare export default ?Spec;
45-
"
46-
`;
47-
4837
exports[`public API should not change unintentionally Libraries/Alert/Alert.js 1`] = `
4938
"export type AlertType =
5039
| \\"default\\"

packages/react-native/React/CoreModules/RCTAddressSanitizerCrashManager.h

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

packages/react-native/React/CoreModules/RCTAddressSanitizerCrashManager.mm

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

packages/rn-tester/js/examples/ASAN/ASANCrashExample.js

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

packages/rn-tester/js/utils/RNTesterList.ios.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,6 @@ const APIs: Array<RNTesterModuleInfo> = ([
365365
module: require('../examples/Performance/PerformanceApiExample'),
366366
},
367367
// [macOS
368-
{
369-
key: 'ASANCrashExample',
370-
module: require('../examples/ASAN/ASANCrashExample'),
371-
},
372368
{
373369
key: 'Focus Ring',
374370
module: require('../examples/FocusRing/FocusRingExample'),

0 commit comments

Comments
 (0)