[gjs/test-ci: 2/7] importer: Remove dead code



commit faaf25eee9f1c1a08bd819f7275d33a801b10d4c
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Apr 7 17:15:17 2020 -0700

    importer: Remove dead code

 gjs/importer.cpp | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/gjs/importer.cpp b/gjs/importer.cpp
index 6a43b76c..5a15b3ee 100644
--- a/gjs/importer.cpp
+++ b/gjs/importer.cpp
@@ -74,11 +74,6 @@ typedef struct {
     bool is_root;
 } Importer;
 
-typedef struct {
-    GPtrArray *elements;
-    unsigned int index;
-} ImporterIterator;
-
 extern const JSClass gjs_importer_class;
 
 GJS_DEFINE_PRIV_FROM_JS(Importer, gjs_importer_class)


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