Skip to content

Commit

Permalink
remove debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jan 13, 2013
1 parent ce4cbd1 commit 692c889
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/backend/backconfig.c
Expand Up @@ -332,9 +332,6 @@ void util_set32()

void util_set64()
{
#if TARGET_OSX
printf("target osx\n");
#endif
_tyrelax[TYenum] = TYlong;
_tyrelax[TYint] = TYlong;
_tyrelax[TYuint] = TYlong;
Expand Down

0 comments on commit 692c889

Please sign in to comment.