Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dazi.dp committed Mar 15, 2017
1 parent 713191b commit 37442f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion BeeHive/BHAnnotation.m
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ void initProphet() {
{

NSMutableArray *configs = [NSMutableArray array];
Dl_info info;
unsigned long size = 0;
uintptr_t *memory = (uintptr_t*)getsectiondata(mhp, SEG_DATA, sectionName, &size);
unsigned long counter = size/sizeof(void*);
Expand Down
2 changes: 0 additions & 2 deletions BeeHive/BHModuleManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ typedef NS_ENUM(NSInteger, BHModuleEventType)

- (void)registedAllModules;

- (void)registedAnnotationModules;

- (void)triggerEvent:(BHModuleEventType)eventType;

@end
Expand Down
2 changes: 0 additions & 2 deletions BeeHive/BHServiceManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

- (void)registerLocalServices;

- (void)registerAnnotationServices;

- (void)registerService:(Protocol *)service implClass:(Class)implClass;

- (id)createService:(Protocol *)service;
Expand Down

0 comments on commit 37442f2

Please sign in to comment.