Skip to content

Commit

Permalink
fix: redundant HAVE_ACCELERATE directive
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsek committed Nov 26, 2024
1 parent 8150210 commit 12e569b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/react-native-audio-api/ios/AudioAPIModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
#import <React/RCTBridgeModule.h>
#endif // RCT_NEW_ARCH_ENABLED

#ifndef HAVE_ACCELERATE
#define HAVE_ACCELERATE
#endif

#import <React/RCTEventEmitter.h>

@interface AudioAPIModule : RCTEventEmitter
Expand Down

0 comments on commit 12e569b

Please sign in to comment.