Skip to content

Commit

Permalink
Merge pull request rpetrich#4 from Qusic/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate inline attribute
  • Loading branch information
rpetrich committed Mar 15, 2015
2 parents 7b33f9a + 653b63d commit c214bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CaptainHook.h
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ static void CHScopeReleased(id *sro)
uint64_t startTime;
};
__attribute__((unused)) CHInline
static void CHInline CHProfileCalculateDurationAndLog_(struct CHProfileData *profileData)
static void CHProfileCalculateDurationAndLog_(struct CHProfileData *profileData)
{
uint64_t duration = mach_absolute_time() - profileData->startTime;
mach_timebase_info_data_t info;
Expand Down

0 comments on commit c214bf0

Please sign in to comment.