[gjs] coverage: Remove unused struct



commit 1e6f64ce3c01dfe0a3db0492fea97db98d294994
Author: Sam Spilsbury <smspillaz gmail com>
Date:   Fri Jul 3 04:36:49 2015 +0800

    coverage: Remove unused struct

 gjs/coverage.cpp |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/gjs/coverage.cpp b/gjs/coverage.cpp
index 8547979..5d75fb9 100644
--- a/gjs/coverage.cpp
+++ b/gjs/coverage.cpp
@@ -300,14 +300,6 @@ copy_source_file_to_coverage_output(const char *source,
     g_object_unref(source_file);
 }
 
-typedef struct _StatisticsPrintUserData {
-    GjsContext        *reflection_context;
-    GFileOutputStream *ostream;
-    const gchar       *output_directory;
-    JSContext         *context;
-    JSObject          *object;
-} StatisticsPrintUserData;
-
 /* This function will strip a URI scheme and return
  * the string with the URI scheme stripped or NULL
  * if the path was not a valid URI


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