X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d52fe63fc81f7e44faaae711812a211a78434976..9bccf70c0258c7cac2dcb80011b2a964d884c552:/bsd/hfs/hfs_endian.c diff --git a/bsd/hfs/hfs_endian.c b/bsd/hfs/hfs_endian.c index d01635c4e..89809b608 100644 --- a/bsd/hfs/hfs_endian.c +++ b/bsd/hfs/hfs_endian.c @@ -50,9 +50,6 @@ hfs_swap_HFSPlusForkData ( { int i; - DBG_FUNC_NAME("hfs_swap_HFSPlusForkData"); - DBG_PRINT_FUNC_NAME(); - src->logicalSize = SWAP_BE64 (src->logicalSize); src->clumpSize = SWAP_BE32 (src->clumpSize); @@ -84,8 +81,6 @@ hfs_swap_BTNode ( UInt32 i; int error = 0; - DBG_FUNC_NAME("hfs_swap_BTNode"); - DBG_PRINT_FUNC_NAME(); #ifdef ENDIAN_DEBUG if (unswap == 0) { @@ -218,9 +213,6 @@ hfs_swap_HFSPlusBTInternalNode ( UInt32 i; UInt32 j; - DBG_FUNC_NAME("hfs_swap_HFSPlusBTInternalNode"); - DBG_PRINT_FUNC_NAME(); - if (fileID == kHFSExtentsFileID) { HFSPlusExtentKey *srcKey; HFSPlusExtentDescriptor *srcRec; @@ -383,9 +375,6 @@ hfs_swap_HFSBTInternalNode ( UInt32 i; UInt32 j; - DBG_FUNC_NAME("hfs_swap_HFSBTInternalNode"); - DBG_PRINT_FUNC_NAME(); - if (fileID == kHFSExtentsFileID) { HFSExtentKey *srcKey; HFSExtentDescriptor *srcRec;