]> git.saurik.com Git - hfs.git/commitdiff
Remove DebugStr (we aren't using pascal strings).
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 16 Dec 2013 12:47:00 +0000 (04:47 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 16 Dec 2013 12:47:00 +0000 (04:47 -0800)
fsck_hfs/dfalib/SStubs.c

index 23b4ea7d0c627901af169dd1f5b60de36a83145a..6849567b476bf6e3f5351ed4de71d6ccf60dadb5 100644 (file)
@@ -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()
 {