]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove not-used typedef
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Mon, 19 Nov 2012 22:05:08 +0000 (22:05 +0000)
committerJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Mon, 19 Nov 2012 22:05:08 +0000 (22:05 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13131

callgrind/global.h

index 38ffa95b262d6e1355321210fee3c6181098a32a..d764e16105521c979fa476893dc7f872d81a8b85 100644 (file)
@@ -212,7 +212,6 @@ struct _Statistics {
 typedef struct _Context     Context;
 typedef struct _CC          CC;
 typedef struct _BB          BB;
-typedef struct _Skipped     Skipped;
 typedef struct _BBCC        BBCC;
 typedef struct _jCC         jCC;
 typedef struct _fCC         fCC;