|
From: <sv...@va...> - 2012-11-19 22:05:15
|
weidendo 2012-11-19 22:05:08 +0000 (Mon, 19 Nov 2012)
New Revision: 13131
Log:
Remove not-used typedef
Modified files:
trunk/callgrind/global.h
Modified: trunk/callgrind/global.h (+0 -1)
===================================================================
--- trunk/callgrind/global.h 2012-11-19 22:05:06 +00:00 (rev 13130)
+++ trunk/callgrind/global.h 2012-11-19 22:05:08 +00:00 (rev 13131)
@@ -212,7 +212,6 @@
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;
|