Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Rollback EXTScope.m file. We think the changes are unnecessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
CUITCHE committed Jul 21, 2016
1 parent 8548530 commit 924e8c2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions extobjc/EXTScope.m
Expand Up @@ -9,12 +9,6 @@

#import "EXTScope.h"

#if defined(__cplusplus)
extern "C" {
#endif
void ext_executeCleanupBlock (__strong ext_cleanupBlock_t *block) {
(*block)();
}
#if defined(__cplusplus)
void ext_executeCleanupBlock (__strong ext_cleanupBlock_t *block) {
(*block)();
}
#endif

0 comments on commit 924e8c2

Please sign in to comment.