[gjs] coverage: Remove unused typedefs, structs



commit c39ff8528f4e070c6df88b7dee0e3393f059973b
Author: Sam Spilsbury <smspillaz gmail com>
Date:   Sat Jun 13 10:58:24 2015 +0800

    coverage: Remove unused typedefs, structs

 gjs/coverage.cpp |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/gjs/coverage.cpp b/gjs/coverage.cpp
index 6891dba..2bbe1e7 100644
--- a/gjs/coverage.cpp
+++ b/gjs/coverage.cpp
@@ -27,9 +27,6 @@
 
 #include "util/error.h"
 
-typedef struct _GjsDebugHooks GjsDebugHooks;
-typedef struct _GjsCoverageBranchData GjsCoverageBranchData;
-
 struct _GjsCoveragePrivate {
     gchar **prefixes;
     GjsContext *context;
@@ -52,14 +49,6 @@ enum {
 
 static GParamSpec *properties[PROP_N] = { NULL, };
 
-struct _GjsCoverageBranchData {
-    GArray       *branch_alternatives;
-    GArray       *branch_alternatives_taken;
-    unsigned int branch_point;
-    unsigned int last_branch_exit;
-    gboolean     branch_hit;
-};
-
 typedef struct _GjsCoverageBranchExit {
     unsigned int line;
     unsigned int hit_count;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]