From: Josef Weidendorfer Date: Mon, 19 Nov 2012 22:05:08 +0000 (+0000) Subject: Remove not-used typedef X-Git-Tag: svn/VALGRIND_3_9_0~537 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=635fe22514337f796b01ace7761dbb7f97180be3;p=thirdparty%2Fvalgrind.git Remove not-used typedef git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13131 --- diff --git a/callgrind/global.h b/callgrind/global.h index 38ffa95b26..d764e16105 100644 --- a/callgrind/global.h +++ b/callgrind/global.h @@ -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;