[gjs/april-maintenance: 13/14] importer: Remove dead code



commit 6bf086a7eb53bb40bb1c3173bf7b3af77e5fc6d8
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]