Skip to content

Commit

Permalink
This is redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
tehKaiN committed Jul 6, 2018
1 parent 9c795c5 commit 2fcb9c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ace/managers/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,10 @@ void *_memAllocDbg(ULONG ulSize, ULONG ulFlags, UWORD uwLine, char *szFile) {
s_ulChipPeakUsage, s_ulFastPeakUsage
);
#ifdef AMIGA
systemUse();
filePrintf(
s_pMemLog, "Largest available chunk of given type: %lu\n",
AvailMem(ulFlags | MEMF_LARGEST)
);
systemUnuse();
#endif // AMIGA
return 0;
}
Expand Down

0 comments on commit 2fcb9c0

Please sign in to comment.