[gjs: 2/10] context: Remove __gjsKeepAlive atom



commit d3994ff491ee2bbb8c8c110160e62537e1ba4d1a
Author: Philip Chimento <philip chimento gmail com>
Date:   Mon Sep 3 17:21:41 2018 -0400

    context: Remove __gjsKeepAlive atom
    
    This is not used anywhere.

 gjs/context.cpp  | 2 +-
 gjs/jsapi-util.h | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/gjs/context.cpp b/gjs/context.cpp
index d0d06bb4..f306515b 100644
--- a/gjs/context.cpp
+++ b/gjs/context.cpp
@@ -88,7 +88,7 @@ struct _GjsContext {
 static const char *const_strings[] = {
     "constructor", "prototype", "length",
     "imports", "__parentModule__", "__init__", "searchPath",
-    "__gjsKeepAlive", "__gjsPrivateNS",
+    "__gjsPrivateNS",
     "gi", "versions", "overrides",
     "_init", "_instance_init", "_new_internal", "new",
     "message", "code", "stack", "fileName", "lineNumber", "columnNumber",
diff --git a/gjs/jsapi-util.h b/gjs/jsapi-util.h
index ee9b73c5..c7313caa 100644
--- a/gjs/jsapi-util.h
+++ b/gjs/jsapi-util.h
@@ -334,7 +334,6 @@ typedef enum {
   GJS_STRING_PARENT_MODULE,
   GJS_STRING_MODULE_INIT,
   GJS_STRING_SEARCH_PATH,
-  GJS_STRING_KEEP_ALIVE_MARKER,
   GJS_STRING_PRIVATE_NS_MARKER,
   GJS_STRING_GI_MODULE,
   GJS_STRING_GI_VERSIONS,


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