From: Jay Freeman (saurik) Date: Mon, 16 Dec 2013 12:47:00 +0000 (-0800) Subject: Remove DebugStr (we aren't using pascal strings). X-Git-Url: https://git.saurik.com/hfs.git/commitdiff_plain/4853d0db2cb94cdaa622c293ef55d89e77302e68 Remove DebugStr (we aren't using pascal strings). --- diff --git a/fsck_hfs/dfalib/SStubs.c b/fsck_hfs/dfalib/SStubs.c index 23b4ea7..6849567 100644 --- a/fsck_hfs/dfalib/SStubs.c +++ b/fsck_hfs/dfalib/SStubs.c @@ -87,12 +87,6 @@ OSErr MemError() return (0); } -void DebugStr(ConstStr255Param debuggerMsg) -{ - /* DebugStr is only called when built with DEBUG_BUILD set */ - plog ("\t%.*s\n", debuggerMsg[0], &debuggerMsg[1]); -} - UInt32 TickCount() {