]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove function that was made redundant by r9059.
authorJulian Seward <jseward@acm.org>
Mon, 26 Jan 2009 01:22:23 +0000 (01:22 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 26 Jan 2009 01:22:23 +0000 (01:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9062

exp-ptrcheck/sg_main.c

index d4a8e5eda7042806ce95d936b498fb1e2f9ae0df..0213dfa05348d4cd656c4fe174be36aa742c9758 100644 (file)
@@ -220,13 +220,6 @@ static Word StackBlocks__cmp ( XArray* fb1s, XArray* fb2s )
    return 0;
 }
 
-static void pp_StackBlock ( StackBlock* sb )
-{
-   VG_(printf)("StackBlock{ off %ld szB %lu spRel:%c isVec:%c \"%s\" }",
-               sb->base, sb->szB, sb->spRel ? 'Y' : 'N',
-               sb->isVec ? 'Y' : 'N', &sb->name[0] );
-}
-
 static void pp_StackBlocks ( XArray* sbs )
 {
    Word i, n = VG_(sizeXA)( sbs );